Describe the bug
Hello!
Using the example provided and inserting any simple validation it's not working... I check it out and I have discovered that its always dispatching error when there's a nested field like attributes.title or attributes[title], when the field name is title only the validation works without any problem. It seems not validating with the current value!
To Reproduce
1: https://github.com/flipbyte/formik-json-schema#prepare-your-form-object
2: Add simple string required validation.
Expected behavior
It expected to show error only when field is empty.


Describe the bug
Hello!
Using the example provided and inserting any simple validation it's not working... I check it out and I have discovered that its always dispatching error when there's a nested field like
attributes.titleorattributes[title], when the field name istitleonly the validation works without any problem. It seems not validating with the current value!To Reproduce
1: https://github.com/flipbyte/formik-json-schema#prepare-your-form-object
2: Add simple string required validation.
Expected behavior
It expected to show error only when field is empty.