Skip to content

Commit

Permalink
Fix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Apr 10, 2024
1 parent 7044581 commit 9eba92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Verge/Store/Store+RunLoop.swift
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ private struct Content: View {
}
}
.onAppear {
subscription = store.poll { state in
subscription = store.pollMainLoop { state in
print(state.count)
}
}
Expand Down

0 comments on commit 9eba92e

Please sign in to comment.