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 c66d2cf commit 993fff0Copy full SHA for 993fff0
packages/svelte/src/internal/client/render.js
@@ -133,6 +133,7 @@ export function hydrate(component, options) {
133
const instance = _mount(component, { ...options, anchor });
134
135
if (
136
+ hydrate_node === null ||
137
hydrate_node.nodeType !== 8 ||
138
/** @type {Comment} */ (hydrate_node).data !== HYDRATION_END
139
) {
0 commit comments