Closed LookRain closed 4 months ago
Of course, it would be better if the error did not occur, but it's probably inevitable with current design.
@inokawa sorry man i only searched thru the error in the issues, but forgot to do it in the freakin readme lol, apologies for the spam
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.