-
Notifications
You must be signed in to change notification settings - Fork 80
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
Error on macos Chrome - Uncaught TypeError: Cannot read properties of null (reading 'appendChild') #232
Comments
Hey, thanks for reporting this! According to MDN,
I did turn on |
Thanks for your reply. |
I am using this extension on MacOS machine and with Google Chrome , it works properly |
I am getting this issue on Linux Mint in Chrome 129.0.6668.100 (Official Build) (64-bit). I have no other chrome extensions enabled. Hard reloads do not fix the issue. Interestingly enough, when I try it on firefox, the extension works - so it does not seem to be project related. |
"document.head" is null at the runtime. Not sure if it only occurs on macos. I've created a PR to fix it #233
Reproduce steps
Expected behavior
No error, Svelte tab should show components
Environment
The text was updated successfully, but these errors were encountered: