Skip to content
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

Update to React 16 #458

Closed
dsumer opened this issue Dec 29, 2017 · 4 comments
Closed

Update to React 16 #458

dsumer opened this issue Dec 29, 2017 · 4 comments

Comments

@dsumer
Copy link

dsumer commented Dec 29, 2017

Are you planning to update to React 16?

Cheers!
And thx for this awesome library! :)

@elvisvoer
Copy link
Collaborator

@dsumer are you experiencing the same issue as fixed in #466 ?

@glenn-p-ryan
Copy link

glenn-p-ryan commented Aug 9, 2019

React 16.9.0 has been released! :) This will result in a warning regarding any components using the componentWillReceiveProps lifecycle methods. I figured this issue is essentially a follow up once @dsumer's question above is answered. Thanks.
![image](https://user-images.githubusercontent.com/44648194/62786752-401a4b00-ba91-11e9-8444-90ea9ff3c96f.png

Even if this project is not updated to use React 16, replacing this lifecycle method with either getDerivedStateFromProps or componentDidUpdate (whichever is appropriate) will at the least remove these warnings from the console.

@CyanoFresh
Copy link

need an update (

@casesandberg
Copy link
Owner

This was fixed with #662 and will be released shortly as react-color@2.18.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants