-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Comments
+1. Not compatible with react 17. npm i react-virtualized |
Having the same issue - virtual grid fails to run, even when forcing dependencies in npm |
Did you try 'registerChild'? |
@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 |
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.
The text was updated successfully, but these errors were encountered: