We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552e757 commit 3eb62daCopy full SHA for 3eb62da
Sources/ComposableArchitecture/Observation/Binding+Observation.swift
@@ -112,10 +112,10 @@ extension BindingAction {
112
reportIssue(
113
"""
114
A binding action sent from a store was not handled. …
115
-
+
116
Action:
117
\(typeName(Action.self)).binding(.set(_, \(valueDump)))
118
119
To fix this, invoke "BindingReducer()" from your feature reducer's "body".
120
121
)
Sources/ComposableArchitecture/TestStore.swift
@@ -429,7 +429,7 @@ import IssueReporting
429
#if swift(<5.10)
430
@MainActor(unsafe)
431
#else
432
- @preconcurrency @MainActor
+ @preconcurrency@MainActor
433
#endif
434
public final class TestStore<State: Equatable, Action> {
435
/// The current dependencies of the test store.
0 commit comments