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 9a719fe commit d950577Copy full SHA for d950577
packages/svelte/src/store/index-client.js
@@ -52,7 +52,7 @@ export function toStore(get, set) {
52
const value = get();
53
if (ran) set(value);
54
});
55
- }
+ };
56
const teardown = active_effect === null ? effect_root(render) : render();
57
58
ran = true;
0 commit comments