Closed dindjarinjs closed 3 days ago
Latest commit: d04130231f168d8f56767a6fd68517585c4f848a
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Approving, assuming that we tested that folder structure is maintained upon parsing and upload when drag/dropping a directory.
Description of changes
Fixes an issue where dropping a file in the dropzone results in the following error message:
This error is due to the webkitGetAsEntry method being destructured off the DataTransferItem, resulting it not being able to act on the item. Fix is to stop destructuring properties off of the
DataTransferItem
.Issue #, if available
Description of how you validated changes
Checklist
yarn test
passes and tests are updated/addeddocs
,e2e
,examples
, or other private packages.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.