We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d5e15 commit 4824b57Copy full SHA for 4824b57
README.md
@@ -6,7 +6,6 @@ A Swift macro library that enables to make SwiftUI stateful component from funct
6
7
```swift
8
@ViewComponent
9
-@MainActor
10
func hoge(arg1: Int, arg2: String, arg3: @escaping () -> Void) -> some View {
11
12
@State var count: Int = 0
0 commit comments