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
Are you submitting a bug report or a feature request?
Bug report
What is the current behavior?
Removing a field using remove mutator does not remove the correct field from the screen, if the fields are re-arranged using move mutator before removing.
Are you submitting a bug report or a feature request?
Bug report
What is the current behavior?
Removing a field using
remove
mutator does not remove the correct field from the screen, if the fields are re-arranged usingmove
mutator before removing.What is the expected behavior?
Correct field is removed from the screen
Sandbox Link
To reproduce the bug:
https://codesandbox.io/s/final-form-arrays-bug-x17sb
What's your environment?
The bug can be reproduced using final-form-arrays version from 1.2.0 to 3.0.2
Version 1.1.2 is working as expected
Other information
Final Form state seems to be updated correctly (as seen in sandbox example). But somehow Field components doesn't get updated with those values.
The text was updated successfully, but these errors were encountered: