Closed
Description
Bug description
I use LazyLoadImage component. When I scroll page to image, and it is loading, on network tab I see that this image was loaded two times. Why does it happen and how can I fix it?
To Reproduce
<LazyLoadImage
alt={alt}
height={dimension}
src={src}
width={dimension}
/>
Technical details:
- Package version 1.3.2
- Server Side Rendering? Yes
- Device Desktop/Smartphone
- Operating System Mac OS
- Browser Chrome