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
The tl,dr: I have external state I feed into my FieldArray render component. I also have to explicitly pass this state to FieldArray as a prop, so the component re-renders.
The text was updated successfully, but these errors were encountered:
Are you submitting a bug report or a feature request?
Eh, this feels kind of somewhere in the middle.
What is the current behavior?
FieldArray extends React.PureComponent.
What is the expected behavior?
FieldArray extends React.Component.
Sandbox Link
N/A
What's your environment?
N/A
Other information
For the reasons discussed in final-form/react-final-form#150, I'd like to see parity across all
react-final-form*
packages.The tl,dr: I have external state I feed into my FieldArray render component. I also have to explicitly pass this state to FieldArray as a prop, so the component re-renders.
The text was updated successfully, but these errors were encountered: