Skip to content
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

s3Url, uploadedFiles, and uploaderOptions causing warnings in browser #49

Open
ryangiglio opened this issue Jan 18, 2018 · 3 comments
Open

Comments

@ryangiglio
Copy link

Getting these warnings in the Chrome console. React 16.2.0

Warning: React does not recognize the s3Url prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase s3url instead. If you accidentally passed it from a parent component, remove it from the DOM element.

Warning: React does not recognize the uploadedFiles prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase uploadedfiles instead. If you accidentally passed it from a parent component, remove it from the DOM element.

Warning: React does not recognize the uploaderOptions prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase uploaderoptions instead. If you accidentally passed it from a parent component, remove it from the DOM element.

@bramvdpluijm
Copy link

I'm also encountering this issue.

@ythecombinator
Copy link

Same here. Has anyone managed to find any workaround?

@cellis
Copy link

cellis commented Nov 28, 2018

@ryangiglio @bramvdpluijm @ythecombinator / anyone coming across this error:

<DropzoneS3Uploader
   passChildrenProps={false}><ChildrenComponent/></DropzoneS3Uploader>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants