Closed vladtopchu closed 7 months ago
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
formik.dirty should react to nested objects changes
https://codesandbox.io/p/sandbox/nested-schema-bug-gy44pw?file=/index.js
I have created PR to solve this issue.
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