mirror of https://github.com/sveltejs/svelte
fix: properly update store values (#12562)
We need to extend the "don't use `set` on first run" logic to the falsy branch aswell Fixes #12558pull/12564/head
parent
72f5539f51
commit
e2b75d1a6e
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: properly update store values
|
Loading…
Reference in new issue