create-react-native-web-app redux实现可在Web上运行,但本机错误

时间:2019-06-01 10:46:41

标签: reactjs react-native react-redux

我用create-react-native-web-app引导了这个项目,当用redux的connect函数包装我的组件时,web没问题,但是原生抛出错误 enter image description here

我的提供者部分看起来像这样 enter image description here

我出口时 export default connect(mapStateToProps, mapDispatchToProps)(Component)  它说预期的类/函数得到对象错误,但是如果我这样做 export default Component,没有错误。那么,这里可能发生什么故障?

0 个答案:

没有答案