Version Number
7.42.0
Codesandbox/Expo snack
code link
Expected behaviour
RevalidateMode does work as well as v 7.41.5.
Detail Info
I'm using zodResolver, but revalidateMode doesn't work when updating it to v7.42.0.
const { register, handleSubmit, control } = useForm<FormInput>({
resolver: zodResolver(schema),
// Now, it can not change "reValidateMode" behaviour, it depends on "mode" API behaviour,
reValidateMode: 'onChange',
})
What browsers are you seeing the problem on?
Safari 16.2
Relevant log output
No log content
Code of Conduct
Version Number
7.42.0
Codesandbox/Expo snack
code link
Expected behaviour
RevalidateMode does work as well as v 7.41.5.
Detail Info
I'm using zodResolver, but revalidateMode doesn't work when updating it to v7.42.0.
What browsers are you seeing the problem on?
Safari 16.2
Relevant log output
No log content
Code of Conduct