odysseyscience / react-s3-uploader

React component that renders an <input type="file"/> and automatically uploads to an S3 bucket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Console Warning: getDefaultProps is only used on classic React.createClass...

sstant opened this issue · comments

Getting this warning on each page where the component is being rendered:

Warning: getDefaultProps is only used on classic React.createClass definitions. Use a static property named defaultProps instead.

Screen Shot 2020-09-16 at 9 27 06 AM

Is there a way to silence this error? Thanks!