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 e4225be commit 7bdd351Copy full SHA for 7bdd351
Sources/ComposableArchitecture/ViewStore.swift
@@ -65,7 +65,7 @@ public final class ViewStore<State, Action>: ObservableObject {
65
public var state: State { self.store.state.value }
66
67
private let store: Store<State, Action>
68
-
+
69
/// Initializes a view store from a store.
70
///
71
/// - Parameters:
0 commit comments