SwiftUI icon indicating copy to clipboard operation
SwiftUI copied to clipboard

Instagram-SWUI/ContentView.swift:75:32 Conflicting arguments to generic parameter 'Result' ('@MainActor () -> Void' vs. '() -> ()')

Open fqclovelal opened this issue 8 months ago • 0 comments

Describe the problem A clear and concise description of what the problem is. Button(action: withAnimation { likeButtonPressed }, label: { Text( self.liked ? "❤️" :"💔") })

fqclovelal avatar Mar 28 '25 03:03 fqclovelal