jacobworrel / react-windowed-select

An integration of react-window with react-select to efficiently render large lists.
MIT License
142 stars 38 forks source link

Point the package to the correct entrypoint #128

Closed nlopin closed 8 months ago

nlopin commented 9 months ago

index.js does not exist in the dist folder. The entry point is called main.js

Fixes #127

This is only a temporary fix, because the main.js is a CJS module, not an ESM. The proper solution is to build to ESM as well as to CJS

nlopin commented 8 months ago

Closing in favor of #131