ctrlplusb / react-component-queries

Provide props to your React Components based on their Width and/or Height.
MIT License
183 stars 12 forks source link

componentWillMount, componentWillReceiveProps deprecation warning #98

Open feimosi opened 5 years ago

feimosi commented 5 years ago

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_`