-
Notifications
You must be signed in to change notification settings - Fork 12k
Different versions of RxJS not supported #14579
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
Labels
area: @angular/cli
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
Milestone
Comments
Related to ReactiveX/rxjs#4818 |
clydin
added a commit
to clydin/angular-cli
that referenced
this issue
May 30, 2019
clydin
added a commit
to clydin/angular-cli
that referenced
this issue
May 30, 2019
alexeagle
pushed a commit
that referenced
this issue
May 30, 2019
alexeagle
pushed a commit
that referenced
this issue
May 30, 2019
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area: @angular/cli
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
🐞 Bug report
Command (mark with an
x
)Is this a regression?
No
Description
The Angular CLI ecosystem supports only one version of RxJS which is
6.4.0
.I expect different versions of RxJS to be supported because Angular itself supports a broader range of RxJS versions (
^6.4.0
)🔬 Minimal Reproduction
https://github.com/ahasall/rxjs-v6.4-v6.5-bug
🔥 Exception or Error
If you use RxJS v6.5.2 and a library that depends on RxJS v6.4.0, you may get a
TS2322
error.For example, when working with the new Architect API, I encounter the following error:
Type 'Observable' is not assignable to type 'BuilderOutputLike' while
🌍 Your Environment
Anything else relevant?
A workaround for people encountering this issue is to downgrade their version of RxJS to
6.4.0
The text was updated successfully, but these errors were encountered: