issue: Cannot access and display error message of the field input which was created with useFieldArray because of type error #10598
Answered
by
bluebill1049
aabduvakhobov02
asked this question in
Q&A
-
Version Number7.43.5 Codesandbox/Expo snackhttps://codesandbox.io/s/busy-swartz-4jyww5?file=/src/App.tsx Steps to reproduceThis works perfectly fine in CodeSandbox, but whenever I want to build it to my dev environment it throws error of: Technologies I am using: Next.js, typescript, vercel for deployment Expected behaviourDisplaying validation error messages whithout errors What browsers are you seeing the problem on?No response Relevant log outputNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Answered by
bluebill1049
Jun 27, 2023
Replies: 1 comment
-
Try to infer type or provide generic at |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aabduvakhobov02
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try to infer type or provide generic at
useForm
, and run type check again your dev build