fix: storage subscriptions not cleaning up after stopping them (#114)
This commit is contained in:
@@ -379,8 +379,8 @@ const [getStorageSubscription$, storageSubscriptionKeyChange$] = partitionByKey(
|
||||
...props,
|
||||
status: Enum("loading"),
|
||||
}),
|
||||
shareReplay(1),
|
||||
takeUntil(stopStorageSubscription$(id)),
|
||||
shareReplay(1),
|
||||
)
|
||||
const completed$ = concat(
|
||||
of(false),
|
||||
|
||||
Reference in New Issue
Block a user