We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075a8b9 commit b88b4e8Copy full SHA for b88b4e8
packages/svelte/src/internal/client/reactivity/batch.js
@@ -94,9 +94,7 @@ export class Batch {
94
95
/**
96
* When the batch is committed (and the DOM is updated), we need to remove old branches
97
- * and append new ones by calling the functions added inside (if/each/key/etc) blocks.
98
- * Key is a function that returns the block effect because #callbacks will be called before
99
- * the block effect reference exists, so we need to capture it in a closure.
+ * and append new ones by calling the functions added inside (if/each/key/etc) blocks
100
* @type {Map<Effect, () => void>}
101
*/
102
#callbacks = new Map();
0 commit comments