benmneb / mui-image

⚛ React component to display images as per the Material Design guidelines. For apps using Material-UI v5.
https://mui-image.surge.sh
ISC License
50 stars 14 forks source link

Sometimes fails rendering the image #39

Closed philicious closed 11 months ago

philicious commented 1 year ago

I regularly have the issue where image is loaded seemingly fine via HTTP but mui-image still shows the error-icon. It takes a few page-reloads until its working then.

<Image src='logo_white.svg' height='40px' width='25px' duration={0} errorIcon={null} />

any idea or hint how I could fix that behavior?

philicious commented 11 months ago

Not related to mui-image as it turned out eventually.