You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react-dropzone version: v0.1.8 browser: Chrome Version 72.0.3626.119
The change from v0.1.7 → v0.1.8 (and still broken in v0.1.9) appears to have broken the file type field returned on nested files when dropping a folder containing .docx files (it does not appear to effect all file types such as .pdf files).
In v0.1.8, when we drop a .docx file directly onto a Dropzone the file has the correct type field and everything works as expected. When we drop a folder containing the same file, the type field is 'non-enumarble/'greyed out'screenshot.
In our specific case, this prevents the file type from being set when we upload the file object with axios which results in validation errors.