baloise / design-system

The Baloise Design System consists of reusable components and a clearly defined visual style, that can be assembled together to build any number of applications.
https://design.baloise.dev
Apache License 2.0
99 stars 27 forks source link

:speech_balloon: question(component): ResizeObserver loop #918

Closed nobilo closed 5 months ago

nobilo commented 1 year ago

Question

we are getting 2 following errors in our frontend apps, i suspect it is connected with the DS, with newer update number of occurrences have decreased but we are still seeing this issue:

ResizeObserver loop completed with undelivered notifications ResizeObserver loop limit exceeded

We get this by listening on window.onError event.

   window.onerror = (event, source, lineno, colno, error) => {
      console.log(`Error outside angular, event details: ${event}, source: ${source}, lineno:{${lineno}, colno: ${colno}`);
  }

Do you have maybe some idea and did you encounter this ?

Additional Information

No response

Code of Conduct

hirsch88 commented 1 year ago

/cib

github-actions[bot] commented 1 year ago

Branch fix/issue-918 created!

nobilo commented 5 months ago

hey @hirsch88 i am afraid this has not yet been unfortunately been resolved, we are still experiencing it.

nobilo commented 5 months ago

actually did double check looks like it is something else