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 5b64cdc commit 5dd0f24Copy full SHA for 5dd0f24
Examples/Todos/Todos/TodosApp.swift
@@ -5,7 +5,7 @@ import SwiftUI
5
struct TodosApp: App {
6
static let store = Store(initialState: Todos.State()) {
7
Todos()
8
- ._printChange()
+ ._printChanges()
9
}
10
11
var body: some Scene {
0 commit comments