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
As the WeakMap polyfill is imported, it will trigger a CSP error (see the following snippet) as it uses eval.
EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'".
at eval (<anonymous>)
at Object../node_modules/weakmap/weakmap.js (weakmap.js:240)
The text was updated successfully, but these errors were encountered:
As the WeakMap polyfill is imported, it will trigger a CSP error (see the following snippet) as it uses eval.
The text was updated successfully, but these errors were encountered: