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_queued_root_effects();
// TODO can this happen?
if (current_batch !== this) return;
if (current_batch !== this) {
return;
}
if (this.settled()) {
this.remove();

Loading…
Cancel
Save