开发者问题收集
我尝试将 react-redux 与 typescript 结合使用,当我尝试使用 connect() 和 mapStateToProps 注入 props 时,出现了类型错误。我的组件如下所示:function mapStateToProps(state) {return {counter: state.counter};}function mapDispatchToProps(dispatch