对象作为 React 子对象无效(找到:带有键 {$$typeof, type, key, ref, props, _owner, _store} 的对象)。如果您打算渲染一组子项,请改用数组或使用 React 附加组件中的 createFragment(object) 包装对象。检查 的渲染方法
App
。
应用容器:
const mapDispatchToProps = (dispatch) => {
return {
}
}
}
}
零件:
class App extends Component {
render() {
return (
);
}
}
以上是我的 app.js 渲染函数。此代码在 google chrome 中运行良好,但是当进入 Internet Explorer 时它不起作用并且抛出上述错误。