-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ResizeObserver loop limit exceeded #55
Comments
Share a repro and I'll take a look. |
@bvaughn |
I recorded a Replay of the repro you shared: I don't understand why this is considered an error. It looks like The resize handler does get called multiple times (4) which might be unexpected? The dimensions when it's called are:
|
Doing a bit of research on this error and found this explanation:
That makes sense. Seems like resolving it would be a matter of debouncing the |
Fixed in 12ddd48; tested with your repro and verified that the error alert is no longer shown. Fix published in v1.0.14 Thanks for the repro! |
@bvaughn Thank you very much for such a quick fix! World will be much better if all the devs would react so fast |
After updating from 1.0.11 to 1.0.12 the following code
window.addEventListener("error", (e) => {...}
started to receive the errorResizeObserver loop limit exceeded
continuously.That happens in chromium-based browsers only
The text was updated successfully, but these errors were encountered: