We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3daa6d4 commit f8d9b6eCopy full SHA for f8d9b6e
Sources/Nodes/Extensions/Binding.swift
@@ -30,6 +30,7 @@ extension Binding {
30
/// - onChange: An escaping closure for the setter of the binding.
31
///
32
/// - Returns: A SwiftUI `Binding` instance.
33
+ @preconcurrency
34
@MainActor
35
public static func bind(
36
to value: Value,
@@ -59,6 +60,7 @@ extension Binding {
59
60
/// - onChange: An optional (escaping) closure for the setter of the binding.
61
62
63
64
65
66
0 commit comments