Error:
React does not recognize the overRide prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase override instead. If you accidentally passed it from a parent component, remove it from the DOM element.
Fix:
Change overRide into override in FileUploader.tsx file
Error:
React does not recognize the
overRideprop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercaseoverrideinstead. If you accidentally passed it from a parent component, remove it from the DOM element.Fix:
Change
overRideintooverridein FileUploader.tsx file