bleeding-edge-sample-app
bleeding-edge-sample-app copied to clipboard
book example not work
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