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
Hello there,
Any plan to update the component to work with React 16 and the PropTypes package?
I get the following error while I use the component.
Answer.js:43 Uncaught TypeError: Cannot read property 'bool' of undefined
at Object../node_modules/react-quiz/Answer.js (Answer.js:43)
at __webpack_require__ (bootstrap c83ab5fe0ab30558b35a:698)
at fn (bootstrap c83ab5fe0ab30558b35a:111)
at Object../node_modules/react-quiz/Question.js (Question.js:11)
at __webpack_require__ (bootstrap c83ab5fe0ab30558b35a:698)
at fn (bootstrap c83ab5fe0ab30558b35a:111)
at Object../node_modules/react-quiz/Quiz.js (Quiz.js:13)
at __webpack_require__ (bootstrap c83ab5fe0ab30558b35a:698)
at fn (bootstrap c83ab5fe0ab30558b35a:111)
at Object../node_modules/react-quiz/index.js (index.js:8)
at __webpack_require__ (bootstrap c83ab5fe0ab30558b35a:698)
at fn (bootstrap c83ab5fe0ab30558b35a:111)
at Object../src/containers/quizSingle/index.js (selector.js:19)
at __webpack_require__ (bootstrap c83ab5fe0ab30558b35a:698)
at fn (bootstrap c83ab5fe0ab30558b35a:111)
at Object../src/containers/app/index.js (constants.js:3)
at __webpack_require__ (bootstrap c83ab5fe0ab30558b35a:698)
at fn (bootstrap c83ab5fe0ab30558b35a:111)
at Object../src/index.js (index.css?f255:26)
at __webpack_require__ (bootstrap c83ab5fe0ab30558b35a:698)
at fn (bootstrap c83ab5fe0ab30558b35a:111)
at Object.0 (index.js:7)
at __webpack_require__ (bootstrap c83ab5fe0ab30558b35a:698)
at bootstrap c83ab5fe0ab30558b35a:796
at bundle.js:800
The corresponding line in Answer.js and the propType check that fails
Hello there,
Any plan to update the component to work with React 16 and the PropTypes package?
I get the following error while I use the component.
The corresponding line in Answer.js and the propType check that fails
The text was updated successfully, but these errors were encountered: