Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sajjadheydari1401 opened this issue Oct 25, 2022 · 4 comments

Comments

@sajjadheydari1401
Copy link

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
Copy link

mouazdk commented Nov 29, 2022

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

@fernandoox
Copy link

fernandoox commented Jan 9, 2023

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

@vickyhawley
Copy link

any fix for this? I have it too

@ccppoo
Copy link

ccppoo commented Nov 3, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants