Warning: Critical dependency: the request of a dependency is an expression (original) (raw)

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):

image

./node_modules/@firebase/util/dist/index.esm2017.js:741:19-44 - Warning: Critical dependency: the request of a dependency is an expression

Specifically, the warning comes from this line:
image

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 in5ad7ff2

this.reject(error);