1、页面报错Cannot read property ‘shape‘ of undefined
2、
原因为:react版本与react-redux版本不匹配。
1、package.json文件修改该两个版本为自动升级方式
2、删除node_modules模块,重新下载依赖包,运行ok
原文地址:https://www.cnblogs.com/camille666/p/react_redux_version_not_match.html
时间: 2024-10-07 14:11:24