ResizeObserver loop limit exceeded
See original GitHub issueHi,
Since the app is in production, I see a lot of ResizeObserver loop limit exceeded
errors in Sentry breaking my plan capacity. But I can’t reproduce it.
I’m not using the QResizeObservable component.
Here I see the discussion saying we can ignore it: https://stackoverflow.com/questions/49384120/resizeobserver-loop-limit-exceeded
Is there a dependency doing that? Can we catch this error in order to don’t log it?
Thanks for your work 💯
Software version
Operating System Centos NodeJs 9.8.0
Global packages
NPM 5.6.0
yarn 1.5.1
quasar-cli 0.15.14
vue-cli 2.9.3
cordova Not available
Important local packages
quasar-cli 0.15.14
quasar-framework 0.15.10
quasar-extras 1.0.2
vue 2.5.16
vue-router 3.0.1
vuex 3.0.1
electron Not available
babel-core 6.26.0
webpack 3.11.0
webpack-dev-server 2.11.1
What did you get as the error?
ResizeObserver loop limit exceeded
What were you expecting?
No errors.
What steps did you take, to get the error?
I’ve seen the error in the errors log.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:12
- Comments:41 (6 by maintainers)
I’m getting the same error using chrome v68.0.3440.106 64-Bit and cypress.
I have found a workaround for cypress, so that it ignores unhandled exceptions. Just add the following to your support/index.js:
More info: WICG/ResizeObserver Issues
The other issues do seem to indicate that this can be safely ignored, although I would rather the error not be thrown if that is the case.
@Tyrix I would update the listener code in Cypress to more specifically only ignore the ResizeObserver error with the code below: