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 cb7203a commit 82a63f2Copy full SHA for 82a63f2
packages/svelte/src/internal/client/dom/blocks/await.js
@@ -56,7 +56,6 @@ export function await_block(node, get_input, pending_fn, then_fn, catch_fn) {
56
// Hydration mismatch: remove everything inside the anchor and start fresh
57
set_hydrate_node(skip_nodes());
58
set_hydrating(false);
59
- mismatch = true;
60
}
61
62
if (is_promise(input)) {
0 commit comments