0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/.changeset/sharp-kids-happen.md
Simon H 570884eabd
fix: spread attributes reactivity improvements (#10071)
- the objects could contain getters with reactive values, so we play it safe and assume they're always reactive - fixes #10065
- isolate spreads with call expression similar to how we do it with other effects -fixes #10013
2024-01-03 17:42:56 +01:00

101 B

svelte
patch

fix: always treat spread attributes as reactive and separate them if needed