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