-
Notifications
You must be signed in to change notification settings - Fork 37
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
Critical dependency: the request of a dependency is an expression #57
Comments
I'm having this same problem, and our build system does not let us deploy with compilation warnings, so I can't use the latest version of this library. Downgrading to 1.3.0 seems to have worked for now. |
@josefalcon to me this looks like a parcel problem There is no way to remove this warning from this repo point of view. |
I finally got around to building a small demo app for this library using create react app and was able to deploy it with no issues using Perhaps this has been resolved in latest versions of create react app? The demo app is using |
@kadikraman |
Could you please provide steps to reproduce? |
@kadikraman |
Just released v1.5.0 which might have fixed this 🤞 |
Updating to the latest version seems to have fixed this issue 👍🏻 |
Using version 1.4.0 in my app built with create-react-app. I see the following warning when building or running the development server:
It doesn't appear to break anything in my app, but would be nice to suppress this warning.
The text was updated successfully, but these errors were encountered: