react-virtualized icon indicating copy to clipboard operation
react-virtualized copied to clipboard

Upgrade dependencies to support React 17

Open chrismatthieu opened this issue 3 years ago • 16 comments

npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] 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 [email protected]

chrismatthieu avatar Nov 29 '21 20:11 chrismatthieu

Duplicate of #1655 and #1690

Any update though @bvaughn @wuweiweiwu @yamadapc ?

ValerianGonnot avatar Dec 08 '21 16:12 ValerianGonnot

Also waiting for it

helen508light avatar Dec 12 '21 16:12 helen508light

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

helen508light avatar Dec 12 '21 16:12 helen508light

No updates?

777okhtar avatar Jan 12 '22 12:01 777okhtar

+1

danielloczi avatar Jan 21 '22 09:01 danielloczi

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

poveilleux avatar Feb 01 '22 00:02 poveilleux

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

stovmascript avatar Feb 02 '22 13:02 stovmascript

Lol same :-)

Anything I can do to help?

AaronLayton avatar Feb 02 '22 16:02 AaronLayton

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

jaredatron avatar Feb 10 '22 18:02 jaredatron

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?

eiji03aero avatar Feb 12 '22 14:02 eiji03aero

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

jjbell150 avatar Feb 17 '22 06:02 jjbell150

+1

vitormil avatar Mar 02 '22 22:03 vitormil

+1

huhm avatar Mar 03 '22 06:03 huhm

+1

vova42matters avatar Apr 11 '22 09:04 vova42matters

+1

duc-tm avatar May 03 '22 13:05 duc-tm

any news?

AftabFalak avatar Jun 11 '22 07:06 AftabFalak

+1

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

derwaldgeist avatar Nov 22 '22 15:11 derwaldgeist

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 avatar Apr 09 '23 13:04 bvaughn

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 avatar Apr 09 '23 13:04 bvaughn