Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(useformstate): hotfix: we needed AnySchema<T> instead of SchemaOf…
…<T> for the yup breaking change (migtools#59) BREAKING CHANGE: useFormState and useFormField now require `yup.AnySchema<T>` schema types instead of the `yup.SchemaOf<T>` which was not behaving correctly with boolean fields.
- Loading branch information