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 5ddbcdd commit 0190f03Copy full SHA for 0190f03
Sources/ComposableArchitecture/Store.swift
@@ -123,7 +123,6 @@ public final class Store<State, Action> {
123
.eraseToAnyPublisher()
124
}
125
126
-
127
/// Scopes the store to a publisher of stores of more local state and local actions.
128
///
129
/// - Parameter toLocalState: A function that transforms a publisher of `State` into a publisher
0 commit comments