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 068333a commit c41f8c4Copy full SHA for c41f8c4
Examples/TicTacToe/App/RootView.swift
@@ -30,7 +30,7 @@ enum GameType: Identifiable {
30
struct RootView: View {
31
let store = Store(
32
initialState: AppState(),
33
- reducer: appReducer.debug(),
+ reducer: appReducer,
34
environment: AppEnvironment(
35
authenticationClient: .live,
36
mainQueue: .main
0 commit comments