mirror of https://github.com/sveltejs/svelte
fix: use non-destructive hydration for all `@html` tags (#8880)
html tags that could be optimized to use innerHTML in mount ignored any hydration code, which leads to everything getting unmounted and mounted again. This takes the non-optimized path for hydration, too. fixes https://github.com/sveltejs/kit/issues/10245pull/8898/head
parent
b9328a5077
commit
d2ff04f9fe
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: use non-destructive hydration for all `@html` tags
|
Loading…
Reference in new issue