bvaughn / react-virtualized

React components for efficiently rendering large lists and tabular data
http://bvaughn.github.io/react-virtualized/
MIT License
26.1k stars 3.05k forks source link

Release for accepting react 17/18? #1744

Closed LogyLeo closed 2 years ago

LogyLeo commented 2 years ago

Hi! I've seen that package.json was updated 4 days ago to accept react versions ^17.0.0 and ^18.0.0, which I need desperately! When can we expect a package release that includes these changes? Thanks

bvaughn commented 2 years ago

The release should be made in the next few days. @rebelliard is testing master to make sure there are no regressions.

In the meanwhile, you can always force the resolution for a peer dep. (It's not a real blocker just a nag.)

timglabisch commented 2 years ago

@bvaughn any news here?