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
First of all, thanks so much for making SDWebImage and quickly porting it to SwiftUI! I can't tell you how empowering this framework is for the current app I am building.
I've found that binding to the initializers for AnimatedImage view types are not updating the view. I've tested the (url:) and (name:) initializers. I assume that this has to do with AnimatedImage being based on UIKit/AppKit UIView representable instead of SwiftUI's native Image view type because this issue does not occur with the WebImage view type.