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
It seems like theres no real way to get the element rect stats without polling using getBoundingClientRect. Please see this comment about the ElementRect util from runed to see how to break it: sveltejs/svelte#13412 (comment).
Yeah from what I understand its pretty much impossible to do without polling so I think deprecating it is better than having it be broken or using polling under the hood which I think people should be understanding before they opt into. Thanks.
Describe the bug
It seems like theres no real way to get the element rect stats without polling using
getBoundingClientRect
. Please see this comment about theElementRect
util fromruned
to see how to break it: sveltejs/svelte#13412 (comment).Reproduction
sveltejs/svelte#13412 (comment)
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: