0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-22 12:27:29 +01:00
svelte/.changeset/light-days-clean.md
Simon H f5102013af
fix: better interop of $state with actions/$: statements (#10543)
Ensure update methods of actions and reactive statements work with fine-grained `$state` by deep-reading them. This is necessary because mutations to `$state` objects don't notify listeners to only the object as a whole, it only notifies the listeners of the property that changed.
fixes #10460
fixes https://github.com/simeydotme/svelte-range-slider-pips/issues/130
2024-02-20 10:50:22 +01:00

119 B

svelte
patch

fix: ensure update methods of actions and reactive statements work with fine-grained $state