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
{{ message }}
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
That's correct. But using randomString() in rendering time does not resolve any problem that index as a key cause.
Because keys are changed every rendering time.
Ideally the key for a same data must be same every rendering time.
If it's not possible, using index as a key is better choice than randomString().
Is there any work around for this? Currently I'm adding .id to my nodes in the collection so that the animation is working. But I would prefer to use their ._id or have randomString() work with animations.
As he mentioned in the comment below, animations does not work without item id.
#223 (comment)
The text was updated successfully, but these errors were encountered: