react-drag-drop-files icon indicating copy to clipboard operation
react-drag-drop-files copied to clipboard

React Version Conflict

Open nusrat45 opened this issue 3 years ago • 2 comments

Your component is the perfect match with what I needed. But it doesn't support react version less than 17. I'm working on a project of react 16.3.1 version. Can you please tell me a way to make it work on this version?

nusrat45 avatar Nov 30 '21 05:11 nusrat45

You may have some luck updating your project to React 16.14.0 (if that's a possibility). The thing that is most likely causing issues is the new react-jsx JSX transform, and it was back-ported to React 16.14.

Robfz avatar Dec 03 '21 19:12 Robfz

Is there something I can do to make it backwards compatible?

Brandontam29 avatar Jul 26 '22 22:07 Brandontam29