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 b61c6ad commit b68dcdcCopy full SHA for b68dcdc
packages/svelte/src/internal/client/dom/task.js
@@ -46,6 +46,8 @@ export function queue_boundary_micro_task(fn) {
46
queueMicrotask(run_micro_tasks);
47
}
48
49
+ // TODO do we need to differentiate between `boundary_micro_tasks` and `micro_tasks`?
50
+ // nothing breaks if we push everything to `micro_tasks`
51
boundary_micro_tasks.push(fn);
52
53
0 commit comments