virtual
virtual copied to clipboard
fix: Check if ResizeObserver API is available
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.