-
-
Notifications
You must be signed in to change notification settings - Fork 307
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" error with images #254
Comments
🎉 This issue has been resolved in version 1.2.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@edunad - please give this a try. |
Seems to be fixed, thanks! |
Fixes #269 Opens #254 A workaround is present here: DevExpress/testcafe#4857 (comment)
@edunad I had to revert that change - unfortunately, it introduced an issue with reverse scrolling (#269). Can you try the workaround from this discussion - DevExpress/testcafe#4857 (comment) |
FYI This happens for legitimate reasons in that you are modifying the same thing you observe -- I think this is a legitimate use case and opened w3c/csswg-drafts#6173 to discuss it. You can see the above for more info as well; please chime in if this is something that has caused you pain in the past. |
I still have this issue in the newest version 2.2.1 |
I also have this issue after update version 2.2.0 |
I'm getting this error on 2.2.2 |
See my previous comment for a possible workaround |
Discussion in this fork.
Repro here.
A possible fix is to wrap the callback call in RAF. Should test that, as it might cause render delays.
The text was updated successfully, but these errors were encountered: