You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2024. It is now read-only.
I'm trying to use the Image component as a custom body in a TableColumn. One of the Things the table is rendering has a link to an image where I would expect one to be, but no actual image at the other end of the link. I'm expecting the resulting 404 to render the error Component I've given the image, but instead it renders this:
Expected result
Actual result
The image component renders an image with an unknown source instead of the error image I expect it to output on a 404