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