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

react-window-infinite-loader - React 18 ? #648

Closed jy95 closed 2 years ago

jy95 commented 2 years ago

Hello,

I saw that https://github.com/bvaughn/react-window-infinite-loader is still in React 17 but not yet in React 18. Can you fix it in peerDependencies ?

  "peerDependencies": {
    "react": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0",
    "react-dom": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0"
  },

Thanks in advance

vromaniv-liaison commented 2 years ago

+1. I am interested in resolving it as well.

jy95 commented 2 years ago

@bvaughn released the 1.0.8 version where it is resolved. Thanks ;)