Gary Court

Results 7 comments of Gary Court

Don't forget about the new `` for ES6 Module loading.

It's apart of the Living HTML Standard: https://html.spec.whatwg.org/multipage/scripting.html#attr-script-type Currently, no browsers support it. But that will change quickly in the next 6 months.

I also ran into this issue today. It may be related to: https://github.com/microsoft/TypeScript/issues/38279

I ran into this same issue. This is because redux-devtools is using [JSS](https://cssinjs.org/) for styling, which always attaches it's CSS to the global window object (and not the popups window...

After this error, I tried removing `/home/user/.volta` directory, re-installing Volta (v1.1.1), and installing Node.js again. I still get the same error. I also tried an older version of Node.js (v18.14.2),...

I just gave it another try, and it also appears to be working for me now as well. Thanks. Closing issue.

I ran into this issue again today. I'm going to reopen this as I think someone looking into it is warranted.