pull/17004/head
Rich Harris 1 week ago
parent 0d53d6dee6
commit 1b5ff6b60a

@ -112,6 +112,7 @@ export class Batch {
/**
* If a fork is discarded, we need to destroy any effects that are no longer needed
* @type {Set<(batch: Batch) => void>}
*/
#discard_callbacks = new Set();

Loading…
Cancel
Save