react-drag-drop-files
react-drag-drop-files copied to clipboard
React Version Conflict
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?
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.
Is there something I can do to make it backwards compatible?