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