Objects are not valid as a react child (In Internet explorer 11 for React 15.4.1)
问题 Objects are not valid as a React child (found: object with keys {$$typeof, type, key, ref, props, _owner, _store}). If you meant to render a collection of children, use an array instead or wrap the object using createFragment(object) from the React add-ons. Check the render method of App . AppContainer : const mapDispatchToProps = (dispatch) => { return { } } } } Component: class App extends Component { render() { return ( ); } } Above is my render function for app.js. This Code is working