Closed dymytrii-tretiakov closed 1 year ago
I use const isMobile = useMediaQuery({ query:(max-width: ${MOBILE_WIDTH}px)}); and periodically in development mode I got the following error:
const isMobile = useMediaQuery({ query:
});
Hi @Orpind can you post a link to a minimum reproduction?
Hi @kid-icarus. I close this issue. Problem was in react-devtool extension. I reinstall and problem gone
I use
const isMobile = useMediaQuery({ query:
(max-width: ${MOBILE_WIDTH}px)});
and periodically in development mode I got the following error: