错误 ngRx “属性 'pipe' 在类型 'Actions<Action>' 上不存在。” NGRX v11.1.1 和 RXJS v7 ng11

Error ngRx “Property 'pipe' does not exist on type 'Actions<Action>'.” NGRX v11.1.1 and RXJS v7 ng11

我刚刚更新了我的 Angular 应用 来自:

angular: 11
ngrx: 11.11.0
rxjs: 6

收件人:

angular: 11.2.12
ngrx:11.1.1
rxjs:7.0.0

现在,当我尝试 ng serve 时出现以下错误:

“属性 'pipe' 在类型 'Actions' 上不存在。”

由于某种原因,此行不再有效

 this.actions$.pipe(ofType(fromCatsActions.Back),

我已经尝试删除 package-lock 和 node-modules 并检查 ngrx/core 不存在。

有人有什么想法吗? 非常感谢

降级到“rxjs”:package.json 中的“6.5.4”似乎解决了问题。