-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Haven't tested the mobile versions but I tested the web target.
When rendering the list, given you've added items, it will incorrectly render additional duplicate or zombie items. I think it has something to do with the virtual Dom not being able to correctly differentiate item updates between renders. Looks like it is happening because we're using an object as a key instead of a identifier like a string or integer.
Metadata
Metadata
Assignees
Labels
No labels