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
248
stars
91
forks
source link
TypeError: Cannot read properties of null (reading 'useRef') #71
I use the following code to get the file uploader in my next js project's components
But upon running the
npm run dev
, the error occured coming from react-drag-drop-files/dist/react-drag-drop-files.cjs.js (1:5004)any idea would be appreciated!