-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Unrecoverable error in <Root> #6273
Comments
I’m seeing the same, but I haven’t been able to make a minimal reproducible example. In my one project, I see it when I use: |
Can you try 3.38.1? That should have fixed #6274 and so may also fix this. |
I still have the error with using {@html ...} in 3.38.1 version too... Bug with duplication was fixed in 3.38.1 version. |
@Conduitry @kharanenka Likewise for me 3.38.1 fixed the duplication issue, but it did not fix this {@html…} error. However removing |
I try to remove |
So upon further investigation, the workaround of removing |
First, sorry that I am not more capable in debugging and fixing such things! Second, at least in my case, I have narrowed down the problem. I am rendering an SVG with svelte/src/runtime/internal/dom.ts Line 15 in 94bfeae
Here's the function
When I do some console logging, I see in my project a number of Maybe this will help a bit. |
Hi again 3.38.1 does not fix the issue in my case... So based on other comments in this issue I did a bit of further digging, I also target directly, so adding back in did not change anything in my case.
I also use {@html ...} in various places, among others in my $layout, removing this line does solve the issue.. I still use it in other places and they keep working without throwing errors.. I hope this helps narrowing it down! Thanks |
I'm still trying to reproduce this in a minimal example repo, but I did discover something in my project: This snippet sees the error mentioned above:
but this works and does not get the error:
I don't know why, but maybe it will help those working on this. |
Hi again, Spun up this reproduction repo https://github.com/zwergius/svelte-issue-6273 ** With recent svelte 3.38.2 issue does NOT exist Hope this helps |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been closed as it was previously marked as stale and saw no subsequent activity. |
Describe the bug
After updating to 3.38 I am seeing errors in the console, downgrading to 3.37 seems to resolve the issue
Logs
To Reproduce
Happens in my svelteKit project on initial load
The text was updated successfully, but these errors were encountered: