KarimMokhtar / react-drag-drop-files

Light and simple Reactjs drag and drop files library to use with very flexible options to change, so you put whatever the design you want for your drop-area. Users can drag and drop or even select the file anywhere in the window.
MIT License
245 stars 86 forks source link

Minimum React Version #78

Open mauroojeda opened 2 years ago

mauroojeda commented 2 years ago

The minimum require version of React and React DOM now is 18, can you lower it to 17? is there any major update that need 18?

iqd97 commented 5 months ago

Please resolve this issue. I am unable to upgrade a project from 2.3.4 to 2.3.6 (to address the bug described in #64) because the project still uses React 17.

It can be solved by changing the react/react-dom peer dependency from ^18.0.0 to ^17.0.0 || ^18.0.0.