-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support React 16 #972
Comments
Can you be more specific and post the errors here? |
Figure out it was a webpack include issue with an older version. |
We must update proptypes package:
|
I think this is going to be trickier than just updating the proptypes package. React is declared as a peer dependency supporting two different major versions (0.x and 15.x). Ideally, the package versions of |
FWIW, We're currently on React 15.1.0, which doesn't use the I do not know how it interacts with 0.14. Do we actually support 0.14? The README would appear to indicate 15.5 is required for newer versions of |
for notoriety of the impact of this issue: +1 (emoticon) if this is preventing you from using React 16 (now that it's released) |
Any workaround to make it work with react 16? This is the only incompatible library that I have in my dependencies |
There is an open PR to add compatibility with react v16 here: #1047 @martijnrusschen @rafeememon would you have some time to take a look? |
Looks like floating-ui/react-popper#59 is merged, so updating to the latest version will resolve the issue. |
Still Its giving error with react 16 , am i missing anything
|
@martijnrusschen Can we get a release for this published out to npm? |
Done. |
Datepicker is not working with React 16.0.0 Beta 1. I was getting errors on PropTypes in the react-datepicker.min.js file.
The text was updated successfully, but these errors were encountered: