徐三守的博客但是,当事件触发以下错误到来 -this.props.dispatch不是一个函数在反应JS组件文件BlogList.js:101 Uncaught TypeError: this.props.dispatch is not a function这里是我的代码片段 -import React from 'react';...
周家大小姐.的博客Unhandled Rejection (TypeError): _this.props.dispatch is not a function 解决方法引入dva中connect方法 import { connect } from "dva"; @connect(() => ({})) class Login extends Component { } export...