Learus / react-material-ui-carousel

A Generic carousel UI component for React using Material UI.
MIT License
550 stars 219 forks source link

Cannot find module 'react-material-ui-carousel' or its corresponding type declarations. #202

Open sajjadheydari1401 opened 1 year ago

sajjadheydari1401 commented 1 year ago

i installed the package in my react app, but the import line has an error : Cannot find module 'react-material-ui-carousel' or its corresponding type declarations.

mouazdk commented 1 year ago

have you wrote that word "Carousel" like that while you importing? for example: import Carousel from 'react-material-ui-carousel'

fernandoox commented 1 year ago

I have the same problem. @mouazdk and yes, I wrote import Carousel from 'react-material-ui-carousel';

vickyhawley commented 1 year ago

any fix for this? I have it too

ccppoo commented 10 months ago

you could use via import Carousel from 'react-material-ui-carousel/dist';