I'm getting some images from the reddit API in my React/Redux and I thought about lazy loading them by setting their loading attributes to lazy.
But I'll get this message in DevTools:
[Intervention] Images loaded lazily and replaced with placeholders. Load events are deferred. See https://go.microsoft.com/fwlink/?linkid=2048113
I couldn't find anything on the web about it so I wanted to ask in Stackoverflow what that message means.