-
Notifications
You must be signed in to change notification settings - Fork 113
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
globalThis.js uses unsafe eval #92
Comments
It‘s from globalThis polyfill: https://github.com/es-shims/globalThis/blob/master/implementation.browser.js Does it crash your project? The polyfill from tc39 throw an error when the program reaches that position, looks more standardized |
try v1.10.1 |
Works like a charm. Thank you! |
OK, closed~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
react-router-cache-route/src/helpers/base/globalThis.js
Line 12 in 497c321
This line uses Function(), which gets blocked when used with Content Security Policy unless unsafe-eval is used.
The text was updated successfully, but these errors were encountered: