mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-09-03 16:37:31 +02:00
/Users/jim.fengqichao/Desktop/swiftUI/SwiftUI/Other Projects/InstaFake/Instagram-SWUI/ContentView.swift:75:32 Conflicting arguments to generic parameter 'Result' ('@MainActor () -> Void' vs. '() -> ()') #11
Reference in New Issue
Block a user
Originally created by @fqclovelal on GitHub (Mar 28, 2025).
Originally assigned to: @ivanvorobei on GitHub.
Describe the problem
A clear and concise description of what the problem is.
Button(action: withAnimation { likeButtonPressed }, label: {
Text( self.liked ? "❤️" :"💔")
})