Open AFusco opened 2 months ago
It's working fine on my end 🤔
Have you tried to reload the editor window? Maybe it's just a caching issue.
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:
It appears that
useHookFormAction
returnsform
asUseFormReturn<any, any>
when ideally it should returnUseFormReturn<z.infer<typeof mySchema>, any>