-
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
7.8.2 introduces breaking changes #7536
Comments
I guess now you have to explicitly specify the generic type: new Observable<void>((observer) => {
observer.next()
} Either the default generic should be set to |
The changelog mentions this as part of the 7.8.2 patch release:
Whereas the PR explicitly has on the description:
Yet, it was released in a patch version. |
@dgadelha |
@hakimio I'm with you! I just pointed out that the author of the PR explicitly mentioned this was a breaking change, yet it was still released as a patch version. I’ve updated my comment to make that clearer :) |
Describe the bug
Calling
.next()
with no arguments like thisshows error
Expected behavior
No breaking changes in patch version updates.
Version
7.8.2
Additional context
Duplicate of #7534.
The text was updated successfully, but these errors were encountered: