Duplicate image edits

Hello all,

I’m using Uppy’s dashboard in React, with the editor and compression plugins. The URL I’m getting back, when using the "complete" event, does not seem to allow for edits to the same image. That is, if I upload an image once, then start a new upload, edit, and confirm the upload, the edited image is not saved, only the original URL returned again. Is there something I need to do to fix that? I tried to add the onBeforeFileAdded: () => true,, but to no avail.