You have passed any
here, we can't figure out if it is
an array or an object, so you're getting unknown
. Use better types.
Something typed as any
The scheduler
parameter will be removed in v8. Use scheduled
and combineLatestAll
. Details: https://rxjs.dev/deprecations/scheduler-argument
The scheduler
parameter will be removed in v8. Use scheduled
and combineLatestAll
. Details: https://rxjs.dev/deprecations/scheduler-argument
Rest
...sources: [...ObservableInputTuple<A>[]]Pass an array of sources instead. The rest-parameters signature will be removed in v8. Details: https://rxjs.dev/deprecations/array-argument
The scheduler
parameter will be removed in v8. Use scheduled
and combineLatestAll
. Details: https://rxjs.dev/deprecations/scheduler-argument
Pass an array of sources instead. The rest-parameters signature will be removed in v8. Details: https://rxjs.dev/deprecations/array-argument
Rest
...sourcesAndScheduler: [...ObservableInputTuple<A>[], SchedulerLike]The scheduler
parameter will be removed in v8. Use scheduled
and combineLatestAll
. Details: https://rxjs.dev/deprecations/scheduler-argument
Function
observeMultiple
Param: sources
an Array of Observables to use for this combined observation.
Description
Returns
Example