-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image reloaded on rerender #144
Comments
Having the same issue. I don't understand the flicker. Not using preview, but also not sure how to use with cachemanager. |
use |
|
This probably due to the component you have around the Image component |
Great library! But I'm having some issues with caching and rerendering. See below:
Things I checked:
The default image you see is fed as the "uri". It does not change. It has no query parameters that changes. Its just a simple public url.
Indeed it seems like the image is cached, but I'm not sure why it has to go through the fade-in effect all over again.
I even tried using React.memo around the Image component, and still same thing.
Does this happen to other people? What am i missing?
The text was updated successfully, but these errors were encountered: