Skip to content

Commit

Permalink
change state from @ObjectBinding to @ObservedObject (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Ozun authored and stephencelis committed Nov 2, 2019
1 parent 52430f1 commit 3f99e9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import SwiftUI

struct ContentView: View {
@ObjectBinding var state: AppState
@ObservedObject var state: AppState

var body: some View {
NavigationView {
Expand Down

0 comments on commit 3f99e9c

Please sign in to comment.