petyosi / react-virtuoso

The most powerful virtual list component for React
https://virtuoso.dev
MIT License
5.25k stars 301 forks source link

cant find vrituoso in windows global while using umd release #14

Closed stunaz closed 5 years ago

stunaz commented 5 years ago

Hi, I wanted to test that lib on an umd application. After putting the https://unpkg.com/react-virtuoso@0.7.0/dist/react-virtuoso.umd.production.js in the the head of my html. i cant find the Virtuoso.

Tried

petyosi commented 5 years ago

Hey,

In the UMD bundle, you can access both Virtuoso and GroupedVirtuoso from the window['react-virtuoso'] object.

Cheers,