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

Upload file window shows twice #64

Closed aniket-banyal closed 2 years ago

aniket-banyal commented 2 years ago

After selecting a file from the file window the window shows up again.

This seems to be happening when the FileUploader is not passed name attribute.

Here's the link for codesandbox - https://codesandbox.io/s/react-drag-drop-files-forked-ctcpi3

KarimMokhtar commented 2 years ago

@dummy26 Thanks for your contribution. this bug was solved on v.2.3.6 you can try it now.