0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-22 12:27:29 +01:00
svelte/.changeset/quiet-berries-end.md
Rich Harris 6afaf75a37
fix: synchronise element bindings (#10512)
fixes #10511
We used the animation frame dance previously where the `$effect` timing was slightly different and did not wait on its children before rerunning. With that changed now everything false into place nicely.

---------

Co-authored-by: Rich Harris <rich.harris@vercel.com>
Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
2024-02-22 13:58:33 +01:00

115 B

svelte
patch

fix: tweak initial bind:clientWidth/clientHeight/offsetWidth/offsetHeight update timing