issue: id
is missing on form.register
return type
#10930
Replies: 4 comments
-
|
Beta Was this translation helpful? Give feedback.
-
For some reason my company has blocked codesandbox on the network. I will loop back around and create a minimal repro when I get home later. |
Beta Was this translation helpful? Give feedback.
-
I have not been successful in reproducing what I am seeing (an |
Beta Was this translation helpful? Give feedback.
-
Sorry to leave this in the dark for so long - I got pulled away for a bit and just recently was able to get back to this. I discovered the underlying source for |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Version Number
7.45.4
Codesandbox/Expo snack
N/A
Steps to reproduce
This is an issue with the types, not a bug during execution. The type
UseFormRegister
does not include anid
property, but function returns one as part of the object it returns.Expected behaviour
The return type for
form.register
accurately represents what is returned.What browsers are you seeing the problem on?
Firefox, Chrome, Safari, Edge
Relevant log output
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions