Skip to content

Commit

Permalink
Update to beta 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimillian committed Jul 29, 2019
1 parent 393336b commit 92bbd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftUIFlux/Store.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Foundation
import SwiftUI
import Combine

final public class Store<State: FluxState>: BindableObject {
final public class Store<State: FluxState>: ObservableObject {
public let willChange = PassthroughSubject<Void, Never>()

private(set) public var state: State
Expand Down

0 comments on commit 92bbd7e

Please sign in to comment.