-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
FieldArray regression due to shouldComponentUpdate changes #3812
Comments
@probablyup here is a small weird half-baked example that matches what I am seeing. If you revert the formik version, the text field updates fine. Incase the codesandbox doesnt work:
|
Fixing this in the next release, sorry about that. |
@probablyup any ETA on this? Unfortunately both this and #3796 broke multiple forms within our apps |
You can see the status here, it looks all in progress and moving quickly |
Bug report
Current Behavior
Parts of fieldarray don't update correctly after #3784
Expected behavior
Fields update correctly
Reproducible example
https://codesandbox.io/s/formik-example-forked-zffjus
Suggested solution(s)
Additional context
For now I just added this to use the same behavior from previous versions
Your environment
The text was updated successfully, but these errors were encountered: