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

× TypeError: Object(...) is not a function #242

Closed harishmoghe closed 4 years ago

harishmoghe commented 4 years ago

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

yocontra commented 4 years ago

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.