You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@available(*, deprecated, message:"Values are now wrapped in 'BindableState'. Upgrade to Xcode 12.5 or greater for access to 'BindableState'.")
64
+
@available(
65
+
*, deprecated,
66
+
message:
67
+
"Values are now wrapped in 'BindableState'. Upgrade to Xcode 12.5 or greater for access to 'BindableState'."
68
+
)
58
69
publicstaticfunc set<Value>(
59
70
_ keyPath:WritableKeyPath<Root,Value>,
60
71
_ value:Value
@@ -68,7 +79,11 @@ import SwiftUI
68
79
)
69
80
}
70
81
71
-
@available(*, deprecated, message:"Values are now wrapped in 'BindableState'. Upgrade to Xcode 12.5 or greater for access to 'BindableState'.")
82
+
@available(
83
+
*, deprecated,
84
+
message:
85
+
"Values are now wrapped in 'BindableState'. Upgrade to Xcode 12.5 or greater for access to 'BindableState'."
86
+
)
72
87
publicstaticfunc~=<Value>(
73
88
keyPath:WritableKeyPath<Root,Value>,
74
89
bindingAction:Self
@@ -78,8 +93,13 @@ import SwiftUI
78
93
}
79
94
80
95
extensionReducer{
81
-
@available(*, deprecated, message:"'Reducer.binding()' no longer takes an explicit extract function and instead relies on 'BindableAction'. Upgrade to Xcode 12.5 or greater for access to 'Reducer.binding()' and 'BindableAction'.")
"'Reducer.binding()' no longer takes an explicit extract function and instead relies on 'BindableAction'. Upgrade to Xcode 12.5 or greater for access to 'Reducer.binding()' and 'BindableAction'."
@available(*, deprecated, message:"Bindings are now derived using 'BindableState' and 'BindableAction'. Upgrade to Xcode 12.5 or greater for access to 'BindableState' and 'BindableAction'.")
111
+
@available(
112
+
*, deprecated,
113
+
message:
114
+
"Bindings are now derived using 'BindableState' and 'BindableAction'. Upgrade to Xcode 12.5 or greater for access to 'BindableState' and 'BindableAction'."
0 commit comments