How to solve "array.constructor is not a constructor" #3024
Unanswered
2f-concept
asked this question in
Show and tell
Replies: 0 comments
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.
-
Hi Everyone !
I try to implement a deeply nested form with formik
My inputs are in a table, each column represent a nested property of the row.
ie:
op_template_components.0.component.component_type.nameis the input name for the propertycomponent.component_type.namefor the first row ofop_template_componentsMy code for the table body is:
and my change handler code:
When a change event occurs i got this error:
What am I doing wrong ?
Beta Was this translation helpful? Give feedback.
All reactions