I have built a feature where an image is uploaded by copy/pasting it on a textarea. It works correctly if I am using desktop, however, if I use phone to copy paste an image, I get this error:
Failed to execute 'createObjectURL' on 'URL': Overload resolution failed.
Why is this happening on phone, and what can I do to fix it?
Sandbox Link: https://codesandbox.io/s/nice-driscoll-bds08v?file=/src/App.js
Output on Desktop (I pasted it 3 times):
Output on Phone:

