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
fix(MergeMapSubscriber): clearfy type definitions for MergeMapSubscriber's members
- `MergeMapSubscriber.buffer` should be `T[]` (`Array<T>`)
because it is given a source value `T`.
- The type of 1st argument of `MergeMapSubscriber.
innerSub` should be `Observable<R>` because the result of
`MergeMapSubscriber.project` will be passed to it.
0 commit comments