Hello team, I have run into some issues with the Dashboard component in React. The progress/status bar do not display during/after upload. Please see my code below:
const uppy = new Uppy({
autoProceed: false,
restrictions: {
maxNumberOfFiles: 10,
},
})
<Dashboard uppy={uppy} />
I am not sure if I am missing anything in the configuration? TIA