Closed sergeyzwezdin closed 5 years ago
Hm, it looks like I used wrong media query. It works as expected.
@sergeyzwezdin What did you change? I'm using Chakra UI and on resize the hook doesn't seem to get called
@wazcov I didn't try it with Chakra UI. In my case it was the wrong query value.
Thank you for React Hooks support.
But there is a problem with the
useMediaQuery
hook:Initially, it works fine, but it doesn't force component re-render on window resize. I believe it should re-render the component on resizing.