mirror of https://github.com/sveltejs/svelte
fix: ensure element size bindings don't unsubscribe multiple times (#12091)
The `update` function could cause a read, which would end up being tracked in the effect, and said effect would then run multiple times when it should only run once fixes #11934 fixes #12028pull/12082/head
parent
d04f69ac05
commit
2ca2979a46
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"svelte": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix: ensure element size bindings don't unsubscribe multiple times from the resize observer
|
Loading…
Reference in new issue