Skip to content

Commit

Permalink
Update packages/labs/virtualizer/src/Virtualizer.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Augustine Kim <[email protected]>
  • Loading branch information
IMinchev64 and augustjk committed May 8, 2024
1 parent 2da28cc commit 37c3699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/labs/virtualizer/src/Virtualizer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import {ScrollerController} from './ScrollerController.js';
// a simple mechanism (see ./polyfillLoaders/ResizeObserver.js.)
// for loading the polyfill.
let _ResizeObserver: typeof ResizeObserver | undefined =
globalThis?.ResizeObserver;
globalThis.ResizeObserver;

/**
* Call this function to provide a `ResizeObserver` polyfill for Virtualizer to use.
Expand Down

0 comments on commit 37c3699

Please sign in to comment.