I need an image that should be rendered asap (I'm using SSR with next.js), and currently I'm using the loadEagerly prop in this image... However, I found interesting that if for some reason this image doesn't exist, display the fallback image... Looks that with loadEagerly is only rendering the actual.
There is some another option to do it?