-
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
static pipe operator is not the same as Observable.pipe #4109
Comments
dkosasih
added a commit
to dkosasih/rxjs
that referenced
this issue
Sep 7, 2018
dkosasih
added a commit
to dkosasih/rxjs
that referenced
this issue
Sep 8, 2018
dkosasih
added a commit
to dkosasih/rxjs
that referenced
this issue
Sep 8, 2018
Closing this, as it has been addressed in a PR. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Report
Current Behavior
Static pipe function in the recently merged fixed (#3945) for Observable pipe function signature overload is not in sync.
Reproduction
Rest parameters overload like below show also exists in static pipe function.
Expected behavior
It should behave the same as Observable pipe function and be able to compose static pipe functions separately and pass on to Observable pipe.
Environment
The text was updated successfully, but these errors were encountered: