KochiyaOcean / electron-react-titlebar

A github desktop style title bar component for electron.
MIT License
60 stars 15 forks source link

feat: switch to react-window #26

Closed KagamiChan closed 2 years ago

KagamiChan commented 2 years ago

react-window is a refactor of react-virtualized, since the latter one is unmaintained and it breaks strict peer dependency installation with npm v8, this PR switches to react-window with some clean up and polishing

lawvs commented 2 years ago

poi-plugin-quest-info-2 also has the react-virtualized dependency, does it need to be migrated to react-window? 😭

KochiyaOcean commented 2 years ago

@lawvs you could add your own dependency too

KagamiChan commented 2 years ago

@lawvs it's strongly recommended :)