Type 'Record<string, unknown>' is not assignable to type '{ [x: string]: {} | undefined; }'. #10422
Unanswered
KUBOTAfumiya
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Anyone find a solution to this? react-hook-form's |
Beta Was this translation helpful? Give feedback.
1 reply
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 am trying to manage an instance of a certain package using useForm.
The instance contains the type Record<string, unknown>>, resulting in a type error.
The sample code below is a simplified version of them.
I need help on how to avoid this error.
Sample Code
Type Error Result
Beta Was this translation helpful? Give feedback.
All reactions