Javascript – Can't load images from local files in React, React is trying to pull image from proxy?
I am currently building a small react webpage and the component I'm building returns one of two images based on whether a certain variable is null or not (it is supposed to hold the link to an image after an…