You can use it with the method compose from redux library.
export default compose(
withRouter,
connect(mapStateToProps, mapDispatchToProps)
)(App);
You can use it with the method compose from redux library.
export default compose(
withRouter,
connect(mapStateToProps, mapDispatchToProps)
)(App);