I am trying to use react-loader-spinner package in my current project Here is the package, but it shows me an error.
When I imported (import "react-loader-spinner/dist/loader/css/react-spinner-loader.css";) in the main app.js the error showed in vs code.
I also followed the documentation nothing worked for me.
I attached the picture of the error
Here is the error
Error: Can't resolve 'react-loader-spinner/dist/loader/css/react-spinner-loader.css'
2.3k Views Asked by Abdullah Al Safayet At
1
I also have the same problem as I installed the package as follows:
npm install react-loader-spinner --save. I think there was some package version limitation. Try to install the package with the version below:npm install [email protected] --saveI presume this will resolve above error.