We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current Behavior A clear and concise description of the behavior.
Reproduction
import {of} from 'rxjs'; import {timeout} from 'rxjs/operators'; of(1).pipe(timeout(100)).subscribe((x) => console.log(x));
This raises
Cannot read property 'unsubscribe' of undefined
now, previously handled.
Expected behavior A clear and concise description of what you expected to happen (or code).
Environment
Possible Solution
Additional context/Screenshots Add any other context about the problem here. If applicable, add screenshots to help explain.
The text was updated successfully, but these errors were encountered:
fix(timeout): allow synchronous observable as source
a517144
- closes ReactiveX#5746
86c5d2c
84c5c0b
Successfully merging a pull request may close this issue.
Bug Report
Current Behavior
A clear and concise description of the behavior.
Reproduction
(you can use https://stackblitz.com/ to create one to attach here)
This raises
now, previously handled.
Expected behavior
A clear and concise description of what you expected to happen (or code).
Environment
Possible Solution
Additional context/Screenshots
Add any other context about the problem here. If applicable, add screenshots to help explain.
The text was updated successfully, but these errors were encountered: