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 1 reply
-
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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