Skip to content

Commit

Permalink
Use new scope by default (#67)
Browse files Browse the repository at this point in the history
* use new scope by default

* revert teststore for now
  • Loading branch information
jeffersonsetiawan authored Nov 9, 2022
1 parent ee166c2 commit 4f72a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/RxComposableArchitecture/Store.swift
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ public struct StoreConfig {

extension StoreConfig {
public static var `default`: StoreConfig = .init(
useNewScope: { false },
useNewScope: { true },
mainThreadChecksEnabled: { true },
cancelsEffectsOnDeinit: { true }
)
Expand Down

0 comments on commit 4f72a79

Please sign in to comment.