reactjs 此.schedulerActionCtor不是构造函数

6rqinv9w  于 2022-12-29  发布在  React
关注(0)|答案(1)|浏览(112)

面对错误-〉this.schedulerActionCtor is not a constructor
我需要有关此错误的帮助。
我从epicMiddleware.run(rootEpic)那里得到的。
下面是源代码-https://github.com/flipflopapp/react-redux-epics-typescript-2021-boilerplate(有人能帮忙吗)
此行位于文件-https://github.com/flipflopapp/react-redux-epics-typescript-2021-boilerplate/blob/main/src/boot/configureStore.ts

ttp71kqs

ttp71kqs1#

也许你使用的是“redux-observable”或者另一个有“rxjs”作为依赖项的库,那么你也需要更新它。

相关问题