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
error log:
The body of the Widget entries' view contains the following unsupported types: PlatformViewRepresentableAdaptor, PlatformViewRepresentableAdaptor, PlatformViewRepresentableAdaptor, PlatformViewRepresentableAdaptor, PlatformViewRepresentableAdaptor, PlatformViewRepresentableAdaptor, PlatformViewRepresentableAdaptor, PlatformViewRepresentableAdaptor, PlatformViewRepresentableAdaptor, PlatformViewRepresentableAdaptor
The text was updated successfully, but these errors were encountered:
The error log does not seem like to be related to Kingfisher framework itself.
Furthermore, I guess the animated image is not supported in a widget. The widget has to finish its work in a system call, but animated image requires a CPU clock to display its frames.
code: KFAnimatedImage("https://raw.githubusercontent.com/onevcat/Kingfisher-TestImages/master/DemoAppImage/GIF/1.gif".urlValue)
.frame(width: 40, height: 40)
error log:
The body of the Widget entries' view contains the following unsupported types: PlatformViewRepresentableAdaptor, PlatformViewRepresentableAdaptor, PlatformViewRepresentableAdaptor, PlatformViewRepresentableAdaptor, PlatformViewRepresentableAdaptor, PlatformViewRepresentableAdaptor, PlatformViewRepresentableAdaptor, PlatformViewRepresentableAdaptor, PlatformViewRepresentableAdaptor, PlatformViewRepresentableAdaptor
The text was updated successfully, but these errors were encountered: