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

Fix for issue #171 #185

Closed
wants to merge 1 commit into from
Closed

Fix for issue #171 #185

wants to merge 1 commit into from

Conversation

hesselbom
Copy link

@hesselbom hesselbom commented Mar 13, 2020

This PR fixes bug #171

componentWillReceiveProps will be removed from React from version 17+

This PR replaces componentWillReceiveProps with UNSAFE_componentWillReceiveProps to still function the same but will work with next major React version.

@38elements
Copy link
Contributor

Is it the same as #172?

@hesselbom
Copy link
Author

@38elements You're right, my mistake! That PR should probably be merged, closing this one.

@hesselbom hesselbom closed this Mar 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants