Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Closed
wiktoriavh opened this issue Sep 7, 2021 · 6 comments
Closed

Comments

@wiktoriavh
Copy link

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.

@qtnemo
Copy link

qtnemo commented Oct 26, 2021

+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: test-long-list@0.1.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
npm ERR! node_modules/react-virtualized
npm ERR! react-virtualized@"*" from the root project
npm ERR!

@davidpshea
Copy link

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

@alexander-agysov
Copy link

@wiktoriavh
Copy link
Author

@bvaughn Could you give us an update on this?

@bvaughn
Copy link
Owner

bvaughn commented Apr 9, 2023

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 bvaughn closed this as completed Apr 9, 2023
@bvaughn
Copy link
Owner

bvaughn commented Apr 9, 2023

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants