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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
on Formik docs for ArrayField:
https://formik.org/docs/api/fieldarray
we render the items with
key={index}
but when I remove one of the items, the view is not updated properly, because react thinks the item didnt change as the index didnt change.
so if I have:
I remove the item at index 0, then I have
react will still show "hey" instead of "bye"
Beta Was this translation helpful? Give feedback.
All reactions