You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a component that does a bind:clientWidth or bind:clientHeight inside of a keyed-each block, when you re-render, the page will get increasingly slow until it freezes.
This came up here since my library by default binds to clientWidth and clientHeight so it can't easily be used that well inside of keyed each blocks mhkeller/layercake#113
Describe the bug
If you have a component that does a
bind:clientWidth
orbind:clientHeight
inside of a keyed-each block, when you re-render, the page will get increasingly slow until it freezes.This came up here since my library by default binds to
clientWidth
andclientHeight
so it can't easily be used that well inside of keyed each blocks mhkeller/layercake#113Reproduction
https://svelte.dev/repl/80c226b9830f4dfa8de5e70e7c83f7e0?version=3.55.1
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: