Open carlreid opened 5 years ago
Okay, this seems to be a problem between react-final-form-arrays
(3.0.0) and react-final-form
(5.1.1). After updating react-final-form
to 6.0.0 it works, as shown here:
https://codesandbox.io/s/react-final-form-field-arrays-8cy2h
What is the current behavior?
When using
map
over fields, there's no iteration on the values.What is the expected behavior?
Values are passed into map function.
Sandbox Link
V3 (Broken): https://codesandbox.io/s/react-final-form-field-arrays-vnzwt V2.0.3 (Working): https://codesandbox.io/s/react-final-form-field-arrays-h0wml
What's your environment?
Other information
It could be that all other array mutations suffer too currently. Likewise, the
Add Customer
andRemove Customer
functionality is broken.