react-final-form-arrays icon indicating copy to clipboard operation
react-final-form-arrays copied to clipboard

V3 arrayMutators map not working as expected

Open carlreid opened this issue 6 years ago • 1 comments

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?

    "final-form": "4.12.0",
    "final-form-arrays": "1.1.2",
    "react": "16.8.6",
    "react-dom": "16.8.6",
    "react-final-form": "5.1.1",
    "react-final-form-arrays": "3.0.0",

Other information

It could be that all other array mutations suffer too currently. Likewise, the Add Customer and Remove Customer functionality is broken.

carlreid avatar May 28 '19 13:05 carlreid

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

carlreid avatar May 28 '19 14:05 carlreid