bvaughn / react-window

React components for efficiently rendering large lists and tabular data
https://react-window.now.sh/
MIT License
15.72k stars 782 forks source link

When will react 18 be supported? #623

Closed F-happy closed 2 years ago

itdhsc commented 2 years ago

This would be interesting for us, too. Is React 18 support on the roadmap for further development?

ximex commented 2 years ago

didn't test if anything else needed

"peerDependencies": {
  "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
  "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
}
bvaughn commented 2 years ago

If the only thing required is to update the peer dependencies, I could publish a release with that bump. There may be other warnings or things though– in which case, I don't have the time to dig into them.

bvaughn commented 2 years ago

Version 1.8.7 has been published with the peer dependencies updated.