The changes made for Typescript 2.4 in RxJS are not compatible with the current ngrx/store version:
ERROR in [at-loader] ./node_modules/@ngrx/effects/src/actions.d.ts:4:22 TS2415: Class 'Actions' incorrectly extends base class 'Observable<Action>'. Types of property 'lift' are incompatible. Type '(operator: Operator<any, Action>) => Observable<Action>' is not assignable to type '<R>(operator: Operator<Action, R>) => Observable<R>'. Types of parameters 'operator' and 'operator' are incompatible. Type 'Operator<Action, R>' is not assignable to type 'Operator<any, Action>'. Type 'R' is not assignable to type 'Action'.
The changes made for Typescript 2.4 in RxJS are not compatible with the current ngrx/store version:
ERROR in [at-loader] ./node_modules/@ngrx/effects/src/actions.d.ts:4:22 TS2415: Class 'Actions' incorrectly extends base class 'Observable<Action>'. Types of property 'lift' are incompatible. Type '(operator: Operator<any, Action>) => Observable<Action>' is not assignable to type '<R>(operator: Operator<Action, R>) => Observable<R>'. Types of parameters 'operator' and 'operator' are incompatible. Type 'Operator<Action, R>' is not assignable to type 'Operator<any, Action>'. Type 'R' is not assignable to type 'Action'.