Skip to content

Commit

Permalink
chore: ignoe
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbe812 committed Jun 9, 2023
1 parent 215c0d2 commit 00a094b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/rx-stateful/src/lib/rx-stateful$.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export function rxStateful$<T, E = unknown>(source$: Observable<T>, config?: RxS
* bc otherwise the emissions are not correct. It will then emit 4 vales instead of 2.
* the 2 additional values come from isRefreshing which is not correct.
*/
// @ts-ignore
refreshTriggerIsBehaivorSubject(mergedConfig) ? skip(1) : pipe(),
switchMap(() =>
sharedSource$.pipe(
Expand Down

0 comments on commit 00a094b

Please sign in to comment.