We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e143c1 commit b710030Copy full SHA for b710030
packages/svelte/src/internal/client/dom/hydration.js
@@ -46,7 +46,7 @@ export function hydrate_next() {
46
// If we're hydrating inside a <script> or <style> element then there is no
47
// closing anchor
48
if (parent_node_name === 'SCRIPT' || parent_node_name === 'STYLE') {
49
- return;
+ return hydrate_node;
50
}
51
52
return set_hydrate_node(sibling);
0 commit comments