-
-
Notifications
You must be signed in to change notification settings - Fork 71
How to resolve warning: Can only update a mounted or mounting component for Array #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Same problem here. I haven't been able to reproduce it in a simple example. react-final-form-arrays/src/FieldArray.js Line 86 in c44ad1d
|
We might have to keep track of whether or not the component is still mounted. |
@Erikas a small snippet on how to do Woolf be great , I’m assuming I should check for my full form or just array fields ? Thanks ! |
Great! Fix seems to work. Can we get a new release or is it waiting for something else? |
Published fix in |
Any thoughts on how I can resolve this ? The FieldArray field is just function. And using that in my form.
The text was updated successfully, but these errors were encountered: