fix: storage subscriptions not cleaning up after stopping them (#114)

This commit is contained in:
Victor Oliva
2025-11-26 12:12:53 +01:00
committed by GitHub
parent c17431e68c
commit c3dbfbb387

View File

@@ -379,8 +379,8 @@ const [getStorageSubscription$, storageSubscriptionKeyChange$] = partitionByKey(
...props,
status: Enum("loading"),
}),
shareReplay(1),
takeUntil(stopStorageSubscription$(id)),
shareReplay(1),
)
const completed$ = concat(
of(false),