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 82a63f2 commit 446ffc2Copy full SHA for 446ffc2
packages/svelte/src/internal/client/dom/blocks/await.js
@@ -49,7 +49,7 @@ export function await_block(node, get_input, pending_fn, then_fn, catch_fn) {
49
var destroyed = false;
50
51
/** Whether or not there was a hydration mismatch. Needs to be a `let` or else it isn't treeshaken out */
52
- // @ts-ignore coercing `anchor` to a `Comment` causes TypeScript and Prettier to fight
+ // @ts-ignore coercing `node` to a `Comment` causes TypeScript and Prettier to fight
53
let mismatch = hydrating && is_promise(input) === (node.data === HYDRATION_START_ELSE);
54
55
if (mismatch) {
0 commit comments