我正在尝试将ngrx存储从6.1.0升级到8.0.1。在启用AOT的情况下运行项目时,出现以下错误:
ERROR in ./src/app/app.module.ngfactory.js 19:5027-5050
"export 'USER_RUNTIME_CHECKS' (imported as 'i10') was not found in '@ngrx/store'
ERROR in ./src/app/app.module.ngfactory.js 19:5203-5226
"export 'USER_RUNTIME_CHECKS' (imported as 'i10') was not found in '@ngrx/store'
ERROR in ./src/app/app.module.ngfactory.js 19:5295-5327
"export 'ɵngrx_modules_store_store_bb' (imported as 'i10') was not found in '@ngrx/store'
ERROR in ./src/app/app.module.ngfactory.js 19:5052-5084
"export 'ɵngrx_modules_store_store_bd' (imported as 'i10') was not found in '@ngrx/store'
您有什么想法,如何解决?我现在想解决2天。
我检查了ngrx存储库更改日志中是否有重大更改,但似乎不需要采取任何措施。
非常感谢