-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
fix(zodResolver): improve unionErrors parsing #168
Conversation
Size Change: +107 B (+1%) Total Size: 19.8 kB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jorisre LGTM
@@ -367,7 +367,7 @@ TypeScript-first schema validation with static type inference | |||
```tsx | |||
import React from 'react'; | |||
import { useForm } from 'react-hook-form'; | |||
import { computedTypesResolver } from '@hookform/resolvers/zod'; | |||
import { computedTypesResolver } from '@hookform/resolvers/computed-types'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops my bad didn't pick this up.
🎉 This PR is included in version 2.5.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Related to #167