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

dependency conflict while installing #1743

Closed amogs4165 closed 2 years ago

amogs4165 commented 2 years ago

I'm using using react v-18, while i installing it shows a error of dependency conflict is it ok to use --force ?

bvaughn commented 2 years ago

Yes. A PR has been merged already that updates the peer deps but it hasn't been released b'c someone still needs to verify/test other changes that were landed in master. You should be okay to just force for now. Let me know if that doesn't work for some reason (aka if we have a problem with 18)

amogs4165 commented 2 years ago

i tried (npm install react-virtualized --legacy-peer-deps) this command now its working fine.