Switched to new RxJS API

This commit is contained in:
squidfunk
2021-11-13 12:05:24 +01:00
parent 9ef21503ca
commit 76035dee40
58 changed files with 265 additions and 220 deletions

View File

@@ -25,22 +25,20 @@ import {
NEVER,
Observable,
Subject,
fromEvent,
merge,
of
} from "rxjs"
import {
combineLatestWith,
distinctUntilKeyChanged,
finalize,
fromEvent,
map,
merge,
mergeWith,
of,
switchMap,
take,
takeWhile,
tap,
withLatestFrom
} from "rxjs/operators"
} from "rxjs"
import { feature } from "~/_"
import { resetFocusable, setFocusable } from "~/actions"