Skip to content

Commit 2f22c61

Browse files
committed
note to self
1 parent 41e34be commit 2f22c61

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,9 @@ export class Boundary {
287287
this.#offscreen_fragment = null;
288288
}
289289

290+
// TODO this feels like a little bit of a kludge, but until we
291+
// overhaul the boundary/batch relationship it's probably
292+
// the most pragmatic solution available to us
290293
queue_micro_task(() => {
291294
Batch.ensure().flush();
292295
});

0 commit comments

Comments
 (0)