Replies: 1 comment
-
I subscribe to this issue! I was wondering if I was using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the zod resolver to infer a schema, but that doesn't mean when a field is required to be defined, during the lifecycle of the user inputs is never undefined.
form.watch()
infers the schema type without considering it might be undefined in the beginning. In my opinion the return value should also be undefined.Beta Was this translation helpful? Give feedback.
All reactions