FallbackSrc seems to cause flickers in an image on any parent update #7697
Closed
RickdeBruijn
started this conversation in
Feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a bunch of images being loaded in from 3rd party sources. In the image component, I have set a fallbackSrc.
When the original src fails to load (timed out), it shows the alt text for 1 frame and then goes to the fallback.
This repeats every time anything in the parent changes. All failed images go: fallback -> alt text -> fallback.
But images that have correctly loaded don't have this behaviour.
I'm using Mantine in Next.js, and I'm running the site on Chrome, if thats relevant.
Beta Was this translation helpful? Give feedback.
All reactions