yes it can, apparently

pull/16197/head
Rich Harris 4 months ago
parent 7f0072bfaa
commit dfa8d6be89

@ -219,8 +219,9 @@ export class Batch {
flush() { flush() {
flush_queued_root_effects(); flush_queued_root_effects();
// TODO can this happen? if (current_batch !== this) {
if (current_batch !== this) return; return;
}
if (this.settled()) { if (this.settled()) {
this.remove(); this.remove();

Loading…
Cancel
Save