Version
0.7.0-pre.2
Description
While migrating to the latest version of the virtualizer, I've noticed that an error with the ResizeObserver happens fairly often.
To reproduce:
- Go to https://polymerlabs.github.io/uni-virtualizer/scroll-to-index-lit-element/
- Open the console and type.
window.onerror = (e) => console.log(e);
- Scroll in the demo page.
Notice how the message ResizeObserver loop limit exceeded appears multiple times.
While doing the migration this error appears many times in the tests causing them to fail.
Version
0.7.0-pre.2
Description
While migrating to the latest version of the virtualizer, I've noticed that an error with the ResizeObserver happens fairly often.
To reproduce:
Notice how the message
ResizeObserver loop limit exceededappears multiple times.While doing the migration this error appears many times in the tests causing them to fail.