请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

正在回答 回答被采纳积分+3

3回答

提问者 慕仔5555278 2021-02-20 09:01:20

export type RootState = ReturnType<typeof store.getState>

应该改成

export type RootState = ReturnType<typeof persistedReducer>


0 回复 有任何疑惑可以回复我~
  • 我估计可能是你在redux的其他相关文件中引用了RootState。虽然课程代码不会出现环形引用的问题,但是你的修改是正确的。使用 export type RootState = ReturnType<typeof persistedReducer> 或者 export type RootState = ReturnType<typeof rootReducer> 都是可以的。
    回复 有任何疑惑可以回复我~ 2021-02-21 03:59:49
提问者 慕仔5555278 2021-02-20 08:59:46

报错截图:https://img1.sycdn.imooc.com//szimg/60305ed709a2541e08540866.jpg

0 回复 有任何疑惑可以回复我~
阿莱克斯刘 2021-02-20 03:06:03

可以截个图看看报错信息吗?

0 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信