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
Describe the bug ResizeObserver loop completed with undelivered notifications errors thrown on list scroll, especially for items with unspecified height
Or if you have extensions installed that captures uncaught errors, they might be printed as well (for example Metamask captures them but does not print the error details)
To Reproduce
just go to the stories and scroll on the React default example in Safari
Expected behavior
Probably should not throw all these errors? I'm not sure if it's a browser bug cause I see similar issues with react-virtuoso as well
Platform:
OS: MacOS,
Browser: Chrom, Safari
Version of this package: latest
Version of framework: react
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
ResizeObserver loop completed with undelivered notifications
errors thrown on list scroll, especially for items with unspecified heightThis happens both in Safari and Chrome
Safari: the errors are
console.error
ed and clearly visible on the stories https://inokawa.github.io/virtua/?path=/story/basics-vlist--defaultChrome: it seems the errors are not printed by default, so you need to catch it on
window
Or if you have extensions installed that captures uncaught errors, they might be printed as well (for example Metamask captures them but does not print the error details)
To Reproduce
Expected behavior
Probably should not throw all these errors? I'm not sure if it's a browser bug cause I see similar issues with react-virtuoso as well
Platform:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: