-
Notifications
You must be signed in to change notification settings - Fork 0
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
form is not correctly typed #1
Comments
I tried reloading and it doesn't work. Can you show the code behind your screenshot? I was simply colling useHookFormAction() Do I have to call useHookFormAction? |
I've used the login form of this repo's example app: adapter-react-hook-form/apps/example/src/app/login/login-form.tsx Lines 9 to 20 in 53d3067
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It appears that
useHookFormAction
returnsform
asUseFormReturn<any, any>
when ideally it should returnUseFormReturn<z.infer<typeof mySchema>, any>
The text was updated successfully, but these errors were encountered: