Tag Archives: react

Img tag handler for incorrect image link

hey, Let’s say you have image tag and src link appears to be incorrect one: image does not exist for that address. We can use onError img attribute to add handler for this situation. Below I will add React code as example. In the snippet, we added fallback in case our src is not available.