Yuvaleros/material-ui-dropzone

Why is the `addFiles` function asynchronous

max-carroll opened this issue · 1 comments

There doesn't appear to be any awaited calls or promises resolved inside, however this has been async for a while

Investigate why it is async and if its not required then make is syncronous

onAdd callback is no longer async on v4.x branch.