You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: