## 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: 1. Go to https://polymerlabs.github.io/uni-virtualizer/scroll-to-index-lit-element/ 2. Open the console and type. ``` window.onerror = (e) => console.log(e); ``` 3. 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.