-
-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typeerror when used with zod 3.23 #675
Comments
After updating to TypeScript error message:
|
This issue goes away when downgrading @hookform/resolvers to ^2.0.0 |
Can you please provide a minimal reproducible example (e.g. a Codesandbox)? |
results type mismatch
works. Question. |
Describe the bug
When used together with zod 3.23 it will throw type errors in the
zodResolver()
function, all schemas does thisTo Reproduce
Use latest release of @hookform/resolvers with zod 3.23
Expected behavior
To work with zod 3.23
The text was updated successfully, but these errors were encountered: