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

Change deprecated componentWillReceiveProps to componentWillUpdate be… #98

Closed
wants to merge 1 commit into from
Closed

Change deprecated componentWillReceiveProps to componentWillUpdate be… #98

wants to merge 1 commit into from

Conversation

Karl-EdwardFPJeanMehu
Copy link
Contributor

This solves issue #97 All occurrences included side effects so replace with componentWillUpdate.

Copy link
Contributor

@Simply007 Simply007 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @Karl-EdwardFPJeanMehu,

unfortunately, method componentWillUpdate is also deprecated and will be removed in React v17.
More info:

I would go by getDerivedStateFromProps as i proposed in #97.

@Karl-EdwardFPJeanMehu
Copy link
Contributor Author

Karl-EdwardFPJeanMehu commented Oct 2, 2018

You're right! Please review corrections #105

@Simply007
Copy link
Contributor

Duplicate of #105.

@Simply007 Simply007 closed this Oct 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants