react-final-form-arrays
react-final-form-arrays copied to clipboard
Nested field arrays are losing state handler methods after dragging
What is the current behavior?
In codesandbox:
- Add section
- Move newly added section before current one
- Try to type something in nested item input
- Error appears

What is the expected behavior?
You can still correctly type in nested field array items
Sandbox Link
https://codesandbox.io/s/final-form-arrays-handlers-error-86wem
What's your environment?
final-form 4.18.7 final-form-arrays 3.0.2 react-final-form 6.3.5 react-final-form-arrays 3.1.1
https://codesandbox.io/s/react-final-form-field-arrays-add-before-error-43ys7
any plans to integrate this fix or is there something missing?