SDWebImage / SDWebImageSwiftUI

SwiftUI Image loading and Animation framework powered by SDWebImage
https://sdwebimage.github.io/SDWebImageSwiftUI
MIT License
2.18k stars 224 forks source link

Fix the assert then when using Data/Name in AnimatedImage #309

Closed dreampiggy closed 6 months ago

dreampiggy commented 6 months ago

Should match the logic as URL, the updateView is called multiple times, so it should not hit assert

This is bug introduced in #304