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
I have an object with three-level nested object
When I change it formik values is changing but formik.dirty is not reacting except if i add/remove elements
Expected behavior
formik.dirty should react to nested objects changes
Bug report
Current Behavior
I have an object with three-level nested object
When I change it formik values is changing but formik.dirty is not reacting except if i add/remove elements
Expected behavior
formik.dirty should react to nested objects changes
Reproducible example
https://codesandbox.io/p/sandbox/nested-schema-bug-gy44pw?file=/index.js
My environment
The text was updated successfully, but these errors were encountered: