It's because the Effect cancellation is stored in the global internal var cancellationCancellables: [AnyHashable: Set<AnyDisposable>]
Discussed on this PR discussion
Tokopedia is using separate Store for every page/feature, so problem will happen in the future.
It's because the Effect cancellation is stored in the global
internal var cancellationCancellables: [AnyHashable: Set<AnyDisposable>]Discussed on this PR discussion
Tokopedia is using separate Store for every page/feature, so problem will happen in the future.