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
-
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.name
is the input name for the propertycomponent.component_type.name
for the first row ofop_template_components
My 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