Remove usage of UNSAFE_componentWillReceiveProps #3540
janicduplessis
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was testing my app with React.StrictMode and found one usage of
UNSAFE_componentWillReceiveProps
. It would be nice to remove it by either refactoring MapView to a function component or usinggetDerivedStateFromProps
.Beta Was this translation helpful? Give feedback.
All reactions