yocontra / react-responsive

CSS media queries in react - for responsive design, and more.
https://contra.io/react-responsive
MIT License
7.04k stars 298 forks source link

Have an error #308

Closed dymytrii-tretiakov closed 1 year ago

dymytrii-tretiakov commented 1 year ago

I use const isMobile = useMediaQuery({ query:(max-width: ${MOBILE_WIDTH}px)}); and periodically in development mode I got the following error: image image

kid-icarus commented 1 year ago

Hi @Orpind can you post a link to a minimum reproduction?

dymytrii-tretiakov commented 1 year ago

Hi @kid-icarus. I close this issue. Problem was in react-devtool extension. I reinstall and problem gone