mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-28 16:12:17 +01:00
cdec39afac
Fixes #13848. When we set custom element attributes/props, we should be doing so without the current effect/reaction active. Otherwise, the custom element lifecycle might attach effects/dependencies to the wrong reaction and all manner of things can incorrectly occur --------- Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
100 B
100 B
svelte |
---|
patch |
fix: ensure custom element attribute/prop changes are in their own context