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 2ebda6a commit eab3982Copy full SHA for eab3982
Sources/ComposableArchitecture/Store.swift
@@ -331,8 +331,7 @@ public final class Store<State, Action> {
331
}
332
333
@_spi(Internals)
334
- public
335
- func scope<ChildState, ChildAction>(
+ public func scope<ChildState, ChildAction>(
336
id: ScopeID<State, Action>?,
337
state: ToState<State, ChildState>,
338
action fromChildAction: @escaping (ChildAction) -> Action,
0 commit comments