You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an image is not already cached, and a View tries to use it multiple times, only one of those usages will show the image once it loads. You need to navigate to the page again (now that the image is cached) to have it actually show all of them.
Ummm. I guess it is another issue related to the ObservedObject limitation mentioned in #1660
Some fixes were already applied on the master branch, but it requires iOS 14 or above. If you do not need to support iOS 13 anymore, maybe it would be a good chance to try and check if the master branch can solve this issue for now.
A major upgrade is in plan now with those fixes and we are going to release some beta version soon.
Check List
Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.
Issue Description
What
If an image is not already cached, and a
View
tries to use it multiple times, only one of those usages will show the image once it loads. You need to navigate to the page again (now that the image is cached) to have it actually show all of them.Reproduce
The text was updated successfully, but these errors were encountered: