TypeError: Failed to execute ‘createObjectURL’ on ‘URL’: Overload resolution failed
I am trying to have a file upload feature in my React application but am running into a problem. When I try to upload a first picture, it works just fine. The file explorer dialog closes and my …