-
Notifications
You must be signed in to change notification settings - Fork 227
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
React.createClass deprecated on React 15.5.0 and above #528
Comments
This is an automatically generated message.
kaesonho@yahoo-inc.com is no longer with Yahoo! Inc.
Your message will not be forwarded.
If you require assistance with a legal matter, please send a message to legal-notices@yahoo-inc.com
Thank you!
|
Thanks for the report. We need to migrate all the code to es6 classes but that will take time if the components use mixins. In the meantime, we can use their new |
Hi, thanks for your reply. Would you like me to do a PR? @redonkulus |
Sure thing. Along with fluxible-router, we will need fluxible-addons-react updated as well if you can do that too. |
Related facebook/react#9384 |
Here is the PR: #530 |
Closed via #530 |
@J-Dickson fluxible-router@1.1.0 and fluxible-addons-react@0.2.10 published with these changes. Thanks! |
Information about the Issue
React.createClass is deprecated in React 15.5.0, therefore the React.createClass in NavLink causes a deprecation warning for any users on this version of React.
This will become a breaking change in React 16.0.0.
Are there plans to make this change in the project?
Thanks
The text was updated successfully, but these errors were encountered: