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
I'm using the Tooltip abstraction pattern and see that in most cases, I get a "ResizeObserver loop limit exceeded" uncaught error in Chrome. It doesn't seem to always happen, and it doesn't happen at all in Firefox. In my Webpack-based Create React App implementation, this error creates an overlay over everything in development, so I'd like to either fix the source of the error or handle it somehow, but I'm unsure what's causing this or how to handle it. Any suggestions?
EDIT: I should add that it doesn't block the tooltip from appearing correctly. It just creates an error that gets in the way.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the Tooltip abstraction pattern and see that in most cases, I get a "ResizeObserver loop limit exceeded" uncaught error in Chrome. It doesn't seem to always happen, and it doesn't happen at all in Firefox. In my Webpack-based Create React App implementation, this error creates an overlay over everything in development, so I'd like to either fix the source of the error or handle it somehow, but I'm unsure what's causing this or how to handle it. Any suggestions?
EDIT: I should add that it doesn't block the tooltip from appearing correctly. It just creates an error that gets in the way.
Beta Was this translation helpful? Give feedback.
All reactions