Open v2okimochi opened 6 years ago
I'm using React and importing 'react-bootstrap-date-picker'.
Error messages:
TypeError: _react2.default.PropTypes is undefined ./node_modules/react-bootstrap-date-picker/lib/index.js [workspace]/node_modules/react-bootstrap-date-picker/lib/index.js:117 114 | displayName: 'DatePickerCalendar', 115 | 116 | propTypes: { > 117 | selectedDate: _react2.default.PropTypes.object, 118 | displayDate: _react2.default.PropTypes.object.isRequired, 119 | minDate: _react2.default.PropTypes.string, 120 | maxDate: _react2.default.PropTypes.string,
Having the same issue... Tried changing the dependencies "react-bootstrap-date-picker": "github:pushtell/react-bootstrap-date-picker#f622dc8872dd180324ba5d3c295d009848f5814b", but that didn't help.
"react-bootstrap-date-picker": "github:pushtell/react-bootstrap-date-picker#f622dc8872dd180324ba5d3c295d009848f5814b",
see #143
Your Environment
I'm using React and importing 'react-bootstrap-date-picker'.
Error messages: