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

Are there plans to update react-virtualized to the newer React version?

Open wiktoriavh opened this issue 4 years ago • 4 comments

An Error I am currently getting is that findDOMNode is getting deprecated and ref should be used instead. Looking at the library everything is written in Class Components.

I know of react-window, but it doesn't have the Masonry component and according to you, the creator, people should use react-virtualized if they want to use the Masonry layout. So that made me wonder if there are any future plans for this library.

wiktoriavh avatar Sep 07 '21 07:09 wiktoriavh

+1. Not compatible with react 17.

npm i react-virtualized npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! 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] npm ERR! node_modules/react-virtualized npm ERR! react-virtualized@"*" from the root project npm ERR!

qtnemo avatar Oct 26 '21 19:10 qtnemo

Having the same issue - virtual grid fails to run, even when forcing dependencies in npm

davidpshea avatar Oct 28 '21 22:10 davidpshea

Did you try 'registerChild'? https://github.com/bvaughn/react-virtualized/blob/master/docs/WindowScroller.md

alexander-agysov avatar Nov 05 '21 23:11 alexander-agysov

@bvaughn Could you give us an update on this?

wiktoriavh avatar Nov 08 '21 07:11 wiktoriavh

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