bvaughn / react-virtualized

React components for efficiently rendering large lists and tabular data
http://bvaughn.github.io/react-virtualized/
MIT License
26.1k stars 3.05k forks source link

The styles.css isn't part of the 9.23.0 version #1825

Open TomasChmelik opened 8 months ago

TomasChmelik commented 8 months ago

Bug Report

What is the current behavior?

When installing 9.23.0 version of this library the styles.css is no longer part of files installed into node_modules. image

For example 9.22.3 version still has this file included image

What is the expected behavior?

I expect the file to still be there since other libraries are using it. Or at least this being done as part of major version update to mark a breaking change.