How can I hide the broken image icon? Example:
I have an image with error src:
The same idea as described by others works in React as follow:
e.target.style.display='none' }/>