Getting errors/warnings when using useFieldArray in a React-Hook-Form implementation #10726
Unanswered
Biz-e-Services
asked this question in
Q&A
Replies: 1 comment
-
Found a comment by Moshyfawn, https://github.com/orgs/react-hook-form/discussions/7953
I've since altered my data field names and have dispensed with the field named "id" and gone with "code". All working now. |
Beta Was this translation helpful? Give feedback.
0 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 have a custom MUI Autocomplete component that is utilized on a form using React-Hook-Form useFieldArray function. It produces the following warning:
What do I need to to change in my isOptionEqualToValue to fix this issue. The custom component works great in all my other components, but presents the warning when used within useFieldArray.
My Parent component
My Custom Component
My MongoDB JSON structure:
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions