-
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
You provided xxxx where a stream was expected. will be generated in 6.0.0-uncanny-rc.7 #3573
Comments
PR #3562 has exposed an error, rather than introduced one. |
There is a similar error in |
@cartant should this be a compile-time error when using the rxjs typings? |
@filipesilva Yes, it should be, but I suspect that no compile-time error is effected because of microsoft/TypeScript#18757. |
Got it. Yeah that sounds like an unfortunate situation :/ |
@cartant's answer here is correct. Closing this issue. |
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:
Code to reproduce:
Expected behavior:
version wants the same behavior in
6.0.0-ucandoit-rc.6
and6.0.0-uncanny-rc.7
Actual behavior:
Version
6.0.0-uncanny-rc.7
raises the following exceptionsAdditional information:
The related issues are as follows.
angular/angular-cli#10336
From
6.0.0-uncanny-rc.7
, the following process seems to fail.It seems to be caused by this patch #3562
The cause of the above issues to be due to a similar implementation on devkit side
The text was updated successfully, but these errors were encountered: