-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Closed
Labels
ExternalRelates to another program, environment, or user action which we cannot control.Relates to another program, environment, or user action which we cannot control.
Description
TypeScript Version:
2.2.2
Code:
private ts:Subscription
this.ts = Keyboard.onKeyboardShow().subscribe(e => this.onShow(e));Expected behavior:
Should work with no errors
Actual behavior:
Throws error
Type 'Subscription' is not assignable to type 'Subscription'. Two different types with this name exist, but they are unrelated. Property '_parent' is missing in type 'Subscription'.
Notes:
This just started happening after I upgraded Angular to 2.2.2 and rxjs to 5.1.1
rodriguesgm, almost92, rwmb, slavafomin, darekf77 and 9 more
Metadata
Metadata
Assignees
Labels
ExternalRelates to another program, environment, or user action which we cannot control.Relates to another program, environment, or user action which we cannot control.