📋 Validation resolvers: Yup, Zod, Superstruct, Joi, Vest, Class Validator, io-ts, Nope, computed-types, typanion, Ajv, TypeBox, ArkType, Valibot, effect-ts and VineJS
1.77k
stars
161
forks
source link
yupResolver typescript error #583
Closed
kingofdice66 closed 1 year ago
Describe the bug If I substitute
resolver: yupResolver(schema)
withresolver: yupResolver<UseForm>(schema)
it works as it should.Codesandbox link (Required) -Yup resolver
Screenshots