founderlab / react-dropzone-s3-uploader

Drag and drop s3 file uploader via react-dropzone + react-s3-uploader
MIT License
161 stars 82 forks source link

Props for custom component #27

Closed barmalejj closed 7 years ago

barmalejj commented 7 years ago

In your README is written: Specify your own display for an uploaded file. Will receive these props: {fileUrl, s3Url, filename, progress, error, imageStyle}, but it never does. Check your code, childProps are passed only to FileComponent (which is not documented at all). These values are never passed to DropzoneS3Uploader children.

gwilymhumphreys commented 7 years ago

That's correct, the docs were out of date.