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 33279f4 commit 90e9741Copy full SHA for 90e9741
Sources/ComposableArchitecture/Store.swift
@@ -121,7 +121,7 @@ public final class Store<State, Action> {
121
private let reducer: (inout State, Action) -> Effect<Action, Never>
122
private var bufferedActions: [Action] = []
123
#if DEBUG
124
- private var initialThread = Thread.current
+ private let initialThread = Thread.current
125
#endif
126
127
/// Initializes a store from an initial state, a reducer, and an environment.
0 commit comments