I use react for an SPA
I have this <img />
component
I pull the src from a URL that is created via props of the functional component that renders the <img />
Sometimes the URL works sometimes it returns a 404 but the img tag I still rendered and with the default .. missing image icon ...
HOW can I make it not render or render some random transparent img IF the first URL is not valid (404)