added an attribute to fix error on mac catalyst
@@ -161,6 +161,7 @@ struct KFImageRenderer: View {
}
/// Declares the content and behavior of this view.
+ @ViewBuilder
var body: some View {
if let image = binder.loadedImage {
configurations