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 02d14b8 commit f9c7546Copy full SHA for f9c7546
Docs/Reactive/ReactiveSwift.md
@@ -55,7 +55,7 @@ Here's an example:
55
```swift
56
let mainStore = Store(
57
reducer: appReducer,
58
- observable: MutableProperty(AppState(counter: 0))
+ observable: MutableProperty(initialState)
59
)
60
```
61
0 commit comments