forked from founderlab/react-dropzone-s3-uploader
-
Notifications
You must be signed in to change notification settings - Fork 2
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
PropTypes is undefined #1
Comments
ururk
added a commit
to ururk/react-dropzone-s3-uploader-multipart
that referenced
this issue
Apr 15, 2020
I don't think just merging in #2 will solve this issue as this library hasn't been tested with the latest react as is evident from the |
I am also encountering the issue when trying to use this. Is there any plan to have this fixed? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When tying to use this code with the latest React, I get this error:
TypeError: undefined is not an object (evaluating '_react.PropTypes.string')
In
DropzoneS3Uploader.js
:Should be:
There may be other issues with this library (it's several commits behind the original repo), but this is one fix I had to do.
The text was updated successfully, but these errors were encountered: