Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
fix: replay allItems$
Browse files Browse the repository at this point in the history
  • Loading branch information
rocwang committed Oct 31, 2023
1 parent 24aaae8 commit 0bfe8e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ export function pipeline({
combineLatest([itemsByPage$, replayLength$, replayPageSize$]),
),
scan(accumulateAllItems, []),
shareReplay(1),
);

const buffer$: Observable<InternalItem[]> = combineLatest(
Expand Down

0 comments on commit 0bfe8e3

Please sign in to comment.