fusscreme

Results 1 comments of fusscreme

same issue with [6.0.0-beta.2](https://www.npmjs.com/package/dropzone/v/6.0.0-beta.2) I fixed it by putting my function in a 'setTimeout', e.g.: ``` setTimeout(() => { if (myDropzone.getRejectedFiles().length > 0) { // do this } else {...