Are there plans to update react-virtualized to the newer React version?
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.
+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!
Having the same issue - virtual grid fails to run, even when forcing dependencies in npm
Did you try 'registerChild'? https://github.com/bvaughn/react-virtualized/blob/master/docs/WindowScroller.md
@bvaughn Could you give us an update on this?
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
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