Skip to content
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

Uncaught TypeError: Cannot set property window of #<Window> which has only a getter #428

Open
RailsCod3rFuture opened this issue Feb 20, 2021 · 0 comments

Comments

@RailsCod3rFuture
Copy link

I received this error for the first time tonight. I am using a mixture of webpacker and the asset pipeline for rails. The line thats throwing the error is below

window = ( typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {} );

Have any idea why this is happening?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant