react-simple-datepicker
react-simple-datepicker copied to clipboard
Uncaught TypeError: Cannot read property 'instanceOf' of undefined
I am using "react-simple-datepicker": "^0.1.4" and I copied the code from README to my component and I get below error
DateInput.js:57 Uncaught TypeError: Cannot read property 'instanceOf' of undefined
at Object../node_modules/react-simple-datepicker/lib/DateInput.js (DateInput.js:57)
Getting the same error.
This may be related to PropTypes being separated out from React proper:
Note: React.PropTypes has moved into a different package since React v15.5. Please use the prop-types library instead.
https://reactjs.org/docs/typechecking-with-proptypes.html