-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce() overload invoked with index=undefined #2290
Comments
Note; the index argument is not documented in the documentation of RxJS5 (but was in RxJs4). The code seems to suggest the overload should work: https://github.com/ReactiveX/rxjs/blob/master/src/operator/reduce.ts#L6-L8 |
Yes, there's mismatch between signature to implementation. Need to be update either case. |
…o match native Array reduce behavior - closes #2290
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
RxJS version:
5.0.3
Code to reproduce:
Expected behavior:
Actual behavior:
Additional information:
The
seed
argument does not matter, results are the sameThe text was updated successfully, but these errors were encountered: