7.8.2 introduces breaking changes
### Describe the bug
Calling `.next()` with no arguments like this
```
new Observable((observer) => {
observer.next()
}
```
shows error
```
Expected 1 arguments, but got 0.ts(2554)
Subscriber.d.ts(42, 10): An argument for 'value' was not provided.
```
### Expected behavior
No breaking changes in patch version updates.
### Version
7.8.2
### Additional context
Duplicate of https://github.com/ReactiveX/rxjs/issues/7534.
5 条评论