-
Notifications
You must be signed in to change notification settings - Fork 893
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
Warning: Critical dependency: the request of a dependency is an expression #6660
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
I'm also getting the same warning. |
This is puzzling because that file hasn't been updated in 2 years. Did you upgrade directly from 9.10.0 to 9.11.0 or did you start from a version earlier than 9.10.0? Did you update any other dependencies as part of that update? This is the first time Which products are you using (analytics, app-check, database, firestore, etc.)? It might also be that something changed in the way the product code calls |
Actually I looked up the error and it seems it's a webpack warning about using
and it looks like the source map is a little bit off so it's pointing at a different location in the util bundle. I'll see what I can do to address this. |
Seeing the same thing on Next.js. Thanks for looking into it @hsubox76. |
+1 |
Just had this problem. +1. Don't know a fix though |
Downgrading to 9.10 fixed it for me. |
The warning shouldn't affect any code functionality but you can downgrade to 9.10.0 if you want to avoid having a warning (or if I'm wrong and it is affecting your code). I have a fix (#6665) which should be released next week. |
+1 |
+1. downgrading to 9.10.0 fixed the issue! |
I'm also getting the same warning on a Next.js project |
+1 on a Next.js project |
+1 on a Next.js project as well |
As mentioned above, the fix has been merged and will be released this week. |
The fix has been released in 9.12.0. |
Hi, I just updated Firebase SDK to the latest version released yesterday (9.11.0 - 2022-10-06), and now getting a console warning when building the project (with Angular ng build / ng serve):
Specifically, the warning comes from this line:
which seems to be in this file: firebase-js-sdk/packages/util/src/deferred.ts
firebase-js-sdk/packages/util/src/deferred.ts
Line 39 in 5ad7ff2
The text was updated successfully, but these errors were encountered: