You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just followed your instructions to install it with yarn, but error break script execution.
To be sure, i've just create-react-app, yarn start, and included:
import CookieBanner from "react-cookie-law";
In that moment recompiled app breaks: Failed to compile ./src/App.js Module not found: Can't resolve 'react-cookie-law' in 'C:\Users\vicha\workspace\test\reactapp\src'
To reproduce you just need to create new react app, install the module with yarn, and run yarn start importing the package.
The text was updated successfully, but these errors were encountered:
Just followed your instructions to install it with yarn, but error break script execution.
To be sure, i've just create-react-app, yarn start, and included:
import CookieBanner from "react-cookie-law";
In that moment recompiled app breaks:
Failed to compile ./src/App.js Module not found: Can't resolve 'react-cookie-law' in 'C:\Users\vicha\workspace\test\reactapp\src'
To reproduce you just need to create new react app, install the module with yarn, and run yarn start importing the package.
The text was updated successfully, but these errors were encountered: