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
There's an error when trying to build a NextJS v13 project using @adzerk/decision-sdk 1.0.0-beta.25, it just says Critical dependency: the request of a dependency is an expression without any other description.
./node_modules/@adzerk/decision-sdk/lib/client.js
Critical dependency: the request of a dependency is an expression
Import trace for requested module:
./node_modules/@adzerk/decision-sdk/lib/client.js
./node_modules/@adzerk/decision-sdk/lib/index.js
The text was updated successfully, but these errors were encountered:
Hello I am working on Angular version 16.2.12 and using "@adzerk/decision-sdk": "1.0.0-beta.25" as a dependency, and I can also see the same error ./node_modules/@adzerk/decision-sdk/lib/client.js:448:18-35 - Warning: Critical dependency: the request of a dependency is an expression
open a new issue here #92
There's an error when trying to build a NextJS v13 project using
@adzerk/decision-sdk 1.0.0-beta.25
, it just saysCritical dependency: the request of a dependency is an expression without any other description.
The text was updated successfully, but these errors were encountered: