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 6eac199 commit 1f02fdfCopy full SHA for 1f02fdf
packages/svelte/src/internal/client/dom/blocks/boundary.js
@@ -345,6 +345,7 @@ export function capture(track = true) {
345
};
346
}
347
348
+// TODO we should probably be incrementing the current batch, not the boundary?
349
export function suspend() {
350
let boundary = /** @type {Effect} */ (active_effect).b;
351
0 commit comments