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

Commit 0bfe8e3

Browse files
committed
fix: replay allItems$
1 parent 24aaae8 commit 0bfe8e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pipeline.ts

+1
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,7 @@ export function pipeline({
483483
combineLatest([itemsByPage$, replayLength$, replayPageSize$]),
484484
),
485485
scan(accumulateAllItems, []),
486+
shareReplay(1),
486487
);
487488

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

0 commit comments

Comments
 (0)