Closed
Description
Describe the bug
Starting with v2.9.4, react-datepicker
requires React 16. This is because commit #1898 makes a change to calendar.jsx, which includes a call to React.createRef
, which is only a method in v16 of React.
If you could update the Compatibility section of the readme.md file, that'd be great. Alternatively, if you'd like to maintain compatibility with React 15, you may be able to do so by finding an alternative to using React.createRef
.
Metadata
Metadata
Assignees
Labels
No labels