We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Hey,
In the UMD bundle, you can access both Virtuoso and GroupedVirtuoso from the window['react-virtuoso'] object.
Virtuoso
GroupedVirtuoso
window['react-virtuoso']
Cheers,
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: