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._ <img width="549" alt="Screen Shot 2020-09-16 at 9 27 06 AM" src="https://user-images.githubusercontent.com/2559590/93343724-d4132600-f7fe-11ea-9cc5-c0698ee4d74d.png"> Is there a way to silence this error? Thanks!