You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I' tried your template, On iOS with the updated typescript to 2.4.1 version.
The app fail to build , with the message error below. If I downgrade typescript to the 2.2.2 version all goes well.
iMacTutor:drawer_demo3 nemesix$ tns run ios
Executing before-prepare hook from /Users/nemesix/Sviluppo/NativeScript3/drawer_demo3/hooks/before-prepare/nativescript-dev-typescript.js
Found peer TypeScript 2.4.1
node_modules/rxjs/Subject.d.ts(16,22): error TS2415: Class 'Subject<T>' incorrectly extends base class 'Observable<T>'.
Types of property 'lift' are incompatible.
Type '<R>(operator: Operator<T, R>) => Observable<T>' is not assignable to type '<R>(operator: Operator<T, R>) => Observable<R>'.
Type 'Observable<T>' is not assignable to type 'Observable<R>'.
Type 'T' is not assignable to type 'R'.
node_modules/tns-core-modules/ui/core/properties/properties.d.ts(48,14): error TS2559: Type 'Property<T, U>' has no properties in common with type 'TypedPropertyDescriptor<U>'.
node_modules/tns-core-modules/ui/core/properties/properties.d.ts(59,14): error TS2559: Type 'CoercibleProperty<T, U>' has no properties in common with type 'TypedPropertyDescriptor<U>'.
TypeScript compiler failed with exit code 1
The text was updated successfully, but these errors were encountered:
Hi, I' tried your template, On iOS with the updated typescript to 2.4.1 version.
The app fail to build , with the message error below. If I downgrade typescript to the 2.2.2 version all goes well.
The text was updated successfully, but these errors were encountered: