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
248 stars 91 forks source link

TypeError: Cannot read properties of null (reading 'useRef') #71

Open NaePawat opened 2 years ago

NaePawat commented 2 years ago

I use the following code to get the file uploader in my next js project's components image

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)

image any idea would be appreciated!