refactor: use isObservable provided by rxjs 6.1+#27668
Conversation
|
This PR requires internal refactoring which I submitted as http://cl/225629766. The submission of this PR is blocked until that change is approved and submitted. |
|
Need also bump the rxjs peerDependency version from |
|
oh. shoot. I thought we bumped the rxjs version to v6.1 in v7, but obviously we haven't. that means that this Pr needs to wait even longer until we open master for 8.x development. |
|
Should I bump the version as part of this PR, or is that something done separately? |
|
@ChrisDahmCS That's done separately. |
|
This should be unblocked now by #30032 |
|
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
|
Hi @ChrisDahmCS - could you rebase this PR or check the "Allow edits by maintainers" box so that we can perform the rebase ourselves and push to your branch? |
|
Hey @atscott! I do have the "allow edits by maintainers" option selected. It looks like there were updates from another maintainer as well, I don't know if this affects. |
Ah, indeed that's right. When I tried to push up my local rebased branch, I forgot it was named differently than your remote so the push was rejected. |
Refactor common, core, forms, router to use the isObservable method from rxjs 6.1+. Remove the isObservable method from core.
|
As described here #39643 (comment), it is not possible, nor favourable, to land this change. The RxJS |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Refactor common, core, forms, router to use the isObservable method from rxjs 6.1+. Remove the isObservable method from core.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
isObservable is implemented internally
Issue Number: N/A
What is the new behavior?
isObservable is imported from rxjs
Does this PR introduce a breaking change?
Other information
Here is the TODO
Opening a feature request to find more information and request that isPromise gets the same treatment.