Skip to content

Commit 00a094b

Browse files
committed
chore: ignoe
1 parent 215c0d2 commit 00a094b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libs/rx-stateful/src/lib/rx-stateful$.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ export function rxStateful$<T, E = unknown>(source$: Observable<T>, config?: RxS
110110
* bc otherwise the emissions are not correct. It will then emit 4 vales instead of 2.
111111
* the 2 additional values come from isRefreshing which is not correct.
112112
*/
113+
// @ts-ignore
113114
refreshTriggerIsBehaivorSubject(mergedConfig) ? skip(1) : pipe(),
114115
switchMap(() =>
115116
sharedSource$.pipe(

0 commit comments

Comments
 (0)