Open kresimirlesic opened 4 years ago
This PR seems to be the fix : https://github.com/jaredpalmer/formik/pull/2090
Hey, if PR #2090 is acceptable would it be possible for it to be merged and a release out? Currently utilizing patch-package but would prefer to not!
Really appreciate the work that's gone into this package 🙌 If I can do anything to help or get this released I would be very happy to.
🐛 Bug report
Current Behavior
When accessing validationSchema from formik context, on a Formik component that has one, it returns null.
Expected behavior
Formik context should return validation schema on a Formik component that has it.
Reproducible example
Additional context
This works as expected on formik v1.5.8
Your environment