bvaughn / react-virtualized

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

Upgrade dependencies to support React 17 #1711

Closed chrismatthieu closed 1 year ago

chrismatthieu commented 2 years ago

npm ERR! While resolving: app@1.0.0 npm ERR! Found: react@17.0.2 npm ERR! node_modules/react npm ERR! react@"^17.0.2" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^15.3.0 || ^16.0.0-alpha" from react-virtualized@9.22.3

ValerianGonnot commented 2 years ago

Duplicate of #1655 and #1690

Any update though @bvaughn @wuweiweiwu @yamadapc ?

helen508light commented 2 years ago

Also waiting for it

helen508light commented 2 years ago

@bvaughn Am i right and now only react-virtualized allows render dynamic row's height in List(not react-window)?

777okhtar commented 2 years ago

No updates?

danielloczi commented 2 years ago

+1

poveilleux commented 2 years ago

+1, I have faced this in our project today when trying to install React 17...

stovmascript commented 2 years ago

It's merged: https://github.com/bvaughn/react-virtualized/blob/master/package.json#L149-L152, but not released :|

AaronLayton commented 2 years ago

Lol same :-)

Anything I can do to help?

jaredatron commented 2 years ago

Anyone maintaining this repo? Need help publishing for React 17?

eiji03aero commented 2 years ago

Recently I'm trying to select Table library for React. This library was the first thing came to my mind but it does not seem to be actively maintained any more? I would like to thank the author and maintainers for developing this awesome piece of work, but can you explicitly mention in README that this project won't be maintained any more?

jjbell150 commented 2 years ago

Looks like react-virtualized has been dropped for react-window, which is pretty useless on its own as it doesn't even have support for table headers

React-base-tables seems to solve that problem though, it's built upon react-window and almost seems like a drop-in replacement for react-virtualized with more features

vitormil commented 2 years ago

+1

huhm commented 2 years ago

+1

vova42matters commented 2 years ago

+1

duc-tm commented 2 years ago

+1

AftabFalak commented 2 years ago

any news?

derwaldgeist commented 1 year ago

+1

Just read in another thread that npm install --legacy-peer-deps works, but that's an ugly workaround.

bvaughn commented 1 year ago

Version 9.22.4 has been published with peer dependencies updated to include React 17 and 18. (No other changes from 9.22.3)

https://github.com/bvaughn/react-virtualized/releases/tag/v9.22.4

bvaughn commented 1 year ago

Version 9.22.4 has been published with peer dependencies updated to include React 17 and 18. (No other changes from 9.22.3)

https://github.com/bvaughn/react-virtualized/releases/tag/v9.22.4