virtual icon indicating copy to clipboard operation
virtual copied to clipboard

fix: Check if ResizeObserver API is available

Open pan-kot opened this issue 2 years ago • 0 comments

Adding same change as on https://github.com/TanStack/virtual/blob/main/packages/virtual-core/src/index.ts#L295 to ensure the ResizeObserver API is available. It fails in the JSDOM otherwise unless having the polyfill set up.

pan-kot avatar Jan 15 '24 11:01 pan-kot