You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
excuse me?
the father component name is AnswerMultipleChoiceQuestion
the child component name is AnswerRadioInput
when i initial child component in father component by AnswerRadioInput({ id: "choice-1", name: "choice", label: "1", value: "1", checked: true });
i get an error in console log react.js:5816 Uncaught TypeError: Cannot read property '__reactAutoBindMap' of undefined
what 's wrong? can you help me
The text was updated successfully, but these errors were encountered:
excuse me?
the father component name is AnswerMultipleChoiceQuestion
the child component name is AnswerRadioInput
when i initial child component in father component by
AnswerRadioInput({ id: "choice-1", name: "choice", label: "1", value: "1", checked: true });
i get an error in console log
react.js:5816 Uncaught TypeError: Cannot read property '__reactAutoBindMap' of undefined
what 's wrong? can you help me
The text was updated successfully, but these errors were encountered: