I'm getting this error in my console when a pass down an online image url as props. My app basically pulls data from an excel sheet and I'm passing that data down as props (if I get the image from local storage, the image loads correctly). I have added screenshots to describe all these.
I have tried looking through chrome documentation on this. I can see it's a security measure but I cannot seem to resolve this.
Edit: error message is
Cross-Origin Read Blocking (CORB) blocked cross-origin response https://drive.google.com/file/d/16PCFlaC0fvsCzpnOxFJiS2uWJvuSkjTn/view?usp=sharing with MIME type text/html. See https://www.chromestatus.com/feature/5629709824032768 for more details.


