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
IDs enable efficient re-rendering of dynamic lists. However, if a
model does not provide an ID, we should just generate one for the
purpose of making the logic work. Those items will not get efficient
re-rendering (they will be destroyed and re-created), but it will still
work. This is the same tradeoff React makes.
0 commit comments