Skip to content

Conversation

jonthomp
Copy link

componentWillReceiveProps will be renamed UNSAFE_componentWillReceiveProps in react 17 and reults in console errors when run in React strict mode.

This PR replaces all use of componentWillReceiveProps with componentDidUpdate. While this should be sufficient, more optimizations might be found switching to some memoized functions.

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.

1 participant