ctrlplusb/react-component-queries

componentWillMount, componentWillReceiveProps deprecation warning

feimosi opened this issue · 0 comments

React 16.9.0 started to display warning whenever old componentWill* hooks are being used:
https://reactjs.org/blog/2019/08/08/react-v16.9.0.html#new-deprecations
A quick solution is to prefix them with UNSAFE_*