react-wrap-balancer
react-wrap-balancer copied to clipboard
Safari 16.4 shows ResizeObserver loop completed with undelivered notifications
Hi there,
While developing locally in Safari with webpack-dev-server I kept getting the error messages thrown when using <Balance> and resizing the window. I tried to debug this for a while assuming I was doing something wrong. Then I tried going to the Vercel homepage in Safari and viewed the Web Inspector console while resizing the browser. You can see the same error repeatedly output there: ResizeObserver loop completed with undelivered notifications.
Trying the same steps with Chrome, I did not see any of those messages. My questions are:
- Do I need to worry about this error message, is it indicative of a possible memory leak or other unstable condition?
- Is it possible to fix this from happening from within the
Balancecomponent?
Any guidance or tips would be appreciated.
Thanks, Matt
+1, encountering the same issue.
This is still an issue in Safari 17.2.1
Still an issue in Safari. Would love to clear out my Sentry 😂
Noting I also have this runtime issue in Chrome, can't use this until it's fixed