SDWebImage / SDWebImageSwiftUI

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

Publishing changes from within view updates is not allowed, this will cause undefined behavior. #245

Open abinhho opened 1 year ago

abinhho commented 1 year ago
Screenshot 2022-12-04 at 15 08 18

I saw a ton of warning on XCode 14.1 that saying Publishing changes from within view updates is not allowed, this will cause undefined behavior.

It's happening on

public final class ImageManager : ObservableObject {)
mlefleur commented 1 year ago

This is a duplicate of https://github.com/SDWebImage/SDWebImageSwiftUI/issues/243