reset #dirty_effects and #maybe_dirty_effects

pull/16971/head
Rich Harris 2 weeks ago
parent fdc511416e
commit db41cc46cb

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

Loading…
Cancel
Save