Replies: 3 comments 5 replies
-
It seems the react-hook-form update doesn't caused this issue, I've nailed it down to the @hookform/resolvers 3.1.0 to 3.1.1 update. |
Beta Was this translation helpful? Give feedback.
-
bump |
Beta Was this translation helpful? Give feedback.
-
I had a similar problem with It happened when I used async values in useForm setup.
It was solved by adding type definition.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After upgrading from
7.44.3@hookform/resolvers 3.1.0 to 3.1.1 typescript complains about incompatible types.I usually defined "register" as a prop like this:
But after the upgrade I receive a "is not assignable to type" error.
same if I use setError as prop:
Beta Was this translation helpful? Give feedback.
All reactions