Skip to content

Commit 1f02fdf

Browse files
committed
note to self
1 parent 6eac199 commit 1f02fdf

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ export function capture(track = true) {
345345
};
346346
}
347347

348+
// TODO we should probably be incrementing the current batch, not the boundary?
348349
export function suspend() {
349350
let boundary = /** @type {Effect} */ (active_effect).b;
350351

0 commit comments

Comments
 (0)