We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c673f09 + f5c3687 commit ba2b94eCopy full SHA for ba2b94e
2 files changed
src/utils/rx/__wmelonRxShim/index.d.ts
@@ -24,5 +24,6 @@ export {
24
switchMap,
25
throttleTime,
26
startWith,
27
+ catchError
28
} from 'rxjs/operators'
29
export type { ConnectableObservable } from 'rxjs'
src/utils/rx/index.d.ts
@@ -22,5 +22,6 @@ export {
22
23
} from './__wmelonRxShim'
export type { ConnectableObservable } from './__wmelonRxShim'
0 commit comments