I get above error while using like below,
const isDesktopOrLaptop = useMediaQuery({ query: "(min-device-width: 1224px)" });
Versions
react-responsive : 8.0.1
react : 16.5.0
Your import statement is most likely the issue - please check the docs for the correct usage. If you are still having a problem getting it right you can post your full code sample here for help.
I get above error while using like below, const isDesktopOrLaptop = useMediaQuery({ query: "(min-device-width: 1224px)" }); Versions react-responsive : 8.0.1 react : 16.5.0