Skip to content

Commit

Permalink
Mark ReducerArchitectureVC value as @mainactor
Browse files Browse the repository at this point in the history
ilyathewhite committed Jul 4, 2022
1 parent bdceb6e commit ea26f96
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -43,6 +43,7 @@ public extension ReducerArchitectureVC {
}

public extension ReducerArchitectureVC where Self: BasicViewController {
@MainActor
var value: AnyPublisher<Store.PublishedValue, Cancel> {
store.value.merge(
with: ended

0 comments on commit ea26f96

Please sign in to comment.