mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-22 12:27:29 +01:00
f5102013af
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
119 B
119 B
svelte |
---|
patch |
fix: ensure update methods of actions and reactive statements work with fine-grained $state