-
-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
There are a couple of breaking changes that seem to break validation generation.
Ex. SchemaOf no longer exists and has been migrated to ObjectSchema.
Ref: https://github.com/jquense/yup/releases/tag/v1.0.0-alpha.3
In addition, the mixed type now requires a Type definition in order to be used with the new ObjectSchema.
Ex:
yup.lazy(() => yup.mixed()) as never => yup.lazy(() => yup.mixed<T>())
rmarquois and Code-Hex
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers