react-component-queries
react-component-queries copied to clipboard
componentWillMount, componentWillReceiveProps deprecation warning
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_*