在项目过程中添加了redux,运行时报错:
Unhandled JS Exception: TypeError: (0 , _react.useMemo) is not a function
检查了项目内容发现没有异常,对比之前的项目中发现
react-redux版本是^7.1.1
老版本是^5.0.7
通过对react-redux降级到^5.0.7解决该问题。
附其它版本对比
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-i18n": "^2.0.15",
"react-native-storage": "^1.0.1",
"react-redux": "^5.0.7",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0"