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
This API that used this type has been soft-deprecated in favor of 'ReducerProtocol.debug'. Read the migration guide for more information: https://pointfreeco.github.io/swift-composable-architecture/protocol/documentation/composablearchitecture/reducerprotocols
232
+
"""
233
+
)
234
+
@available(
235
+
macOS,
236
+
deprecated:9999.0,
237
+
message:"""
238
+
This API that used this type has been soft-deprecated in favor of 'ReducerProtocol.debug'. Read the migration guide for more information: https://pointfreeco.github.io/swift-composable-architecture/protocol/documentation/composablearchitecture/reducerprotocols
239
+
"""
240
+
)
241
+
@available(
242
+
tvOS,
243
+
deprecated:9999.0,
244
+
message:"""
245
+
This API that used this type has been soft-deprecated in favor of 'ReducerProtocol.debug'. Read the migration guide for more information: https://pointfreeco.github.io/swift-composable-architecture/protocol/documentation/composablearchitecture/reducerprotocols
246
+
"""
247
+
)
248
+
@available(
249
+
watchOS,
250
+
deprecated:9999.0,
251
+
message:"""
252
+
This API that used this type has been soft-deprecated in favor of 'ReducerProtocol.debug'. Read the migration guide for more information: https://pointfreeco.github.io/swift-composable-architecture/protocol/documentation/composablearchitecture/reducerprotocols
253
+
"""
254
+
)
255
+
publicenumActionFormat:Sendable{
256
+
/// Prints the action in a single line by only specifying the labels of the associated values:
0 commit comments