-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Passing in onDrop prop causes handleDrop to be bypassed #46
Comments
I have the same issue. Any workaround? Thanks in advance! |
ilyakatz
pushed a commit
to execonline-inc/react-dropzone-s3-uploader
that referenced
this issue
Mar 15, 2018
For the time being, you can add This just burned me for a whole day, so it would be great to get this documented, at the very least |
see #58 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The rest operator on dropzoneProps overrides the onDrop prop.
react-dropzone-s3-uploader/src/DropzoneS3Uploader.js
Line 195 in 3f55cac
The text was updated successfully, but these errors were encountered: