mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-01-11 20:00:26 +01:00
Instagram-SWUI/ContentView.swift:75:32 Conflicting arguments to generic parameter 'Result' ('@MainActor () -> Void' vs. '() -> ()') #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 ? "❤️" :"💔")
})