SDWebImageSwiftUI
SDWebImageSwiftUI copied to clipboard
Publishing changes from within view updates is not allowed, this will cause undefined behavior.
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 {)
This is a duplicate of https://github.com/SDWebImage/SDWebImageSwiftUI/issues/243