Skip to content

Commit 06049a9

Browse files
authored
Merge
1 parent cbe9d8c commit 06049a9

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/internal/client/dom/blocks

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/dom/blocks/boundary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export class Boundary {
215215
if (hydrating) {
216216
set_hydrating(false);
217217
}
218-
return this.#children(this.#anchor);
218+
return this.#children(anchor);
219219
});
220220
});
221221

0 commit comments

Comments
 (0)