You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mergeWith can accept an ObservableInput as an argument, but when the argument is an array (it is a legal ObservableInput), an error will be reported: You provided 'xxx' where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.
Describe the bug
mergeWith
can accept anObservableInput
as an argument, but when the argument is an array (it is a legal ObservableInput), an error will be reported:You provided 'xxx' where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.
Expected behavior
Treat the array as a normal
ObservableInput
Reproduction code
Reproduction URL
https://stackblitz.com/edit/rxjs-aixohl?file=index.ts
Version
7.8
Environment
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: