Type ...UseFormReturn<ShareFormInputs, any, undefined> is not assignable to type React.ReactNode | React.ReactNode[] #4914
ricjohn-acosta
started this conversation in
General
Replies: 1 comment 2 replies
-
same error with typescript 5.6.3 Resolved the problem with downloading the typescript to 5.3.3 |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm following the form documentation for a
Textarea
input but I'm running into this type error when trying to use the spread operator.form
here just comes from react-hook-librarye.g:
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions