0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-28 16:12:17 +01:00
svelte/.changeset/real-pandas-brush.md
Rich Harris 96eae28ed2
fix: remove memory leak, make beforeUpdate etc work correctly (#10570)
* fix: remove memory leak

* changeset

* mutable_source is only used in non-runes mode, no need to check here

* simplify

* oops

---------

Co-authored-by: Rich Harris <rich.harris@vercel.com>
2024-02-20 13:07:27 -05:00

93 B

svelte
patch

fix: call beforeUpdate/afterUpdate callbacks when props are mutated