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

[8.0.0-beta] Type declaration file doesn't define 'useMediaQuery' #227

Closed tonyjmartinez closed 5 years ago

tonyjmartinez commented 5 years ago

Module '"../../../node_modules/@types/react-responsive"' has no exported member 'useMediaQuery'

Ran into this error when I tried using useMediaQuery with Typescript.

yocontra commented 5 years ago

I don't maintain that type library, you'll need to ask the publisher of that package to fix it.

tudor07 commented 5 years ago

Added issue: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/38073

yocontra commented 5 years ago

@tudor07 Thanks