SwiftUI
SwiftUI copied to clipboard
Instagram-SWUI/ContentView.swift:75:32 Conflicting arguments to generic parameter 'Result' ('@MainActor () -> Void' vs. '() -> ()')
Describe the problem A clear and concise description of what the problem is. Button(action: withAnimation { likeButtonPressed }, label: { Text( self.liked ? "❤️" :"💔") })