Reactjs – Prevent open dialog onClick of a button with react-dropzone
I use react-dropzone to upload files. When files are uploaded, they are stored in an array, which I use to list all items uploaded. I added a button on the side of each li to delete the specific file from…