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
We are using this package to display notifications for our app. We are setting the notifications container scrollTop to 0 inside of requestAnimationFrame to show any new unseen notifications.
Recently our JS error logging framework started throwing this error ResizeObserver loop limit exceeded and our assumption based on some research is its because of this dynamic updating of the notifications container element.
Just wanted to check on if this issue has been seen by anyone. Its not breaking the page but creating a lot of noise on our JS error logging framework.
We are using this package to display notifications for our app. We are setting the notifications container scrollTop to 0 inside of requestAnimationFrame to show any new unseen notifications.
Recently our JS error logging framework started throwing this error
ResizeObserver loop limit exceeded
and our assumption based on some research is its because of this dynamic updating of the notifications container element.Just wanted to check on if this issue has been seen by anyone. Its not breaking the page but creating a lot of noise on our JS error logging framework.
References for research:
WICG/resize-observer#38
https://developers.google.com/web/updates/2016/10/resizeobserver
The text was updated successfully, but these errors were encountered: