rowanwins/vue-dropzone

duplicateCheck throws error in version 3.6.0

Closed this issue · 1 comments

When using the duplicateCheck option, following error is thrown when a file is added twice:

Uncaught TypeError: this.files[_i].lastModifiedDate is undefined in line 114

grafik

Any idea?

Related to #482 and with a fix in #549

Fixed by a552bb0