-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React 18.1.0 not supporting #1778
Comments
you need |
It looks like this is fixed on main but just not deployed to npm, any chance we could get a 9.22.4 published? :) |
The support for React 18 was added half a year ago, and yet, there is no even an alpha version with this update? |
It not working with React 18 And I installing
Why @types/react-virtualized@latest version is 9.21.21? |
I have the same problem:
|
It does not work with 17.x either:
|
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 |
Feature Request
Package is not working with react versions 18.1.0 and greater
please update peer dependencies to
"peerDependencies": {
"react": ">=15.3.0",
"react-dom": ">=15.3.0"
},
The text was updated successfully, but these errors were encountered: