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
RxJS version: rxjs@6.0.0-rc.0 and rxjs-compat@6.0.0-rc.0
rxjs@6.0.0-rc.0
rxjs-compat@6.0.0-rc.0
Code to reproduce:
import { Subscription, TeardownLogic } from "rxjs/Subscription";
Expected behavior:
TeardownLogic should be importable as in 5.5.8.
TeardownLogic
Actual behavior:
An error is effected:
[ts] Module '".../rxjs-tslint-rules/fixtures/v6-compat/node_modules/rxjs/Subscription"' has no exported member 'TeardownLogic'.
Additional information:
I discovered this when adding support for v6 and v6+compat to rxjs-tslint-rules. It's no big deal for me, but I thought I'd point it out.
rxjs-tslint-rules
FYI the 5.5.8 export is here.
The text was updated successfully, but these errors were encountered:
fix(compat): export TeardownLogic
b633138
Closes ReactiveX#3531
fix(compat): export TeardownLogic (#3532)
0c76e64
Closes #3531
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.
Sorry, something went wrong.
No branches or pull requests
RxJS version:
rxjs@6.0.0-rc.0
andrxjs-compat@6.0.0-rc.0
Code to reproduce:
Expected behavior:
TeardownLogic
should be importable as in 5.5.8.Actual behavior:
An error is effected:
Additional information:
I discovered this when adding support for v6 and v6+compat to
rxjs-tslint-rules
. It's no big deal for me, but I thought I'd point it out.FYI the 5.5.8 export is here.
The text was updated successfully, but these errors were encountered: