In TodoList, because array items can changed when updated as the result of an event being emitted by a TodoListItem, a quick hack was implemented to force unique key for each <li>.
Per comments in this issue, it seems there might be a better way. Would be good to document this as part of some overall Web Components guide or something.
In TodoList, because array items can changed when updated as the result of an event being emitted by a TodoListItem, a quick hack was implemented to force unique key for each
<li>.Per comments in this issue, it seems there might be a better way. Would be good to document this as part of some overall Web Components guide or something.