You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Getting these warnings in the Chrome console. React 16.2.0
The text was updated successfully, but these errors were encountered: