reset #dirty_effects and #maybe_dirty_effects

pull/16971/head
Rich Harris 1 week ago
parent fdc511416e
commit db41cc46cb

@ -433,6 +433,9 @@ export class Batch {
schedule_effect(e);
}
this.#dirty_effects = [];
this.#maybe_dirty_effects = [];
this.flush();
}

Loading…
Cancel
Save