I am currently using RDU(react-dropzone-uploader) to upload files to the server, I am saving the uploaded files in a react state. I am trying to figure out how to display the already uploaded files as part of the preview on the dropzone from the react state.
I have tried going through a list of props in the documentation.
https://react-dropzone-uploader.js.org/docs/props
I found initialFiles
prop but it is auto uploading the provided input array of files.
any help is appreciated