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 157e2e7 commit 3b478ebCopy full SHA for 3b478eb
Sources/CoreTypes/Store.swift
@@ -25,7 +25,7 @@ open class Store<ObservableProperty: ObservablePropertyType> {
25
self.middleware = middleware
26
}
27
28
- public func dispatch(_ actions: Action...) {
+ open func dispatch(_ actions: Action...) {
29
actions.forEach { action in
30
let dispatchFunction: (Action...) -> Void = { [weak self] (actions: Action...) in
31
actions.forEach { self?.dispatch($0) }
0 commit comments