Skip to content

ResizeObserver loop limit exceeded error while scrollingΒ #112

@joekukish

Description

@joekukish

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);
  1. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions