pull/15895/head
Rich Harris 4 months ago
parent 7cef534937
commit 847869191e

@ -828,6 +828,8 @@ export function flushSync(fn) {
result = fn();
}
flush_tasks();
while (queued_root_effects.length > 0) {
is_flushing = true;
flush_queued_root_effects();

Loading…
Cancel
Save