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 d080493 commit a0fa3a7Copy full SHA for a0fa3a7
Sources/ComposableArchitecture/Store.swift
@@ -130,7 +130,7 @@ public final class Store<State, Action> {
130
private let reducer: (inout State, Action) -> Effect<Action, Never>
131
private var bufferedActions: [Action] = []
132
#if DEBUG
133
- private var initialThread = Thread.current
+ private let initialThread = Thread.current
134
#endif
135
136
/// Initializes a store from an initial state, a reducer, and an environment.
0 commit comments