fix: ensure SvelteMap reactivity persists through deriveds

pull/13877/head
Dominic Gannaway 2 years ago
parent 70c731f4c9
commit 48477c9666

@ -106,7 +106,7 @@ export class SvelteMap extends Map {
// being listened to, then also increment version to keep
// those cases in sync
if (s.reactions === null || version.reactions === null) {
increment(this.#version);
increment(version);
}
}

Loading…
Cancel
Save