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

Add module definition to package.json #116

Closed ulvesked closed 11 months ago

ulvesked commented 1 year ago

Vite.js and rollup gets confused with default exports and re-exporting * from react when using the commonjs build. Exposing index.js as module solves the problem.

fixes https://github.com/jacobworrel/react-windowed-select/issues/114