Answer the question
In order to leave comments, you need to log in
React history push doesn't redirect, no errors, what's wrong?
history.push doesn't redirect.
Connected withRoutes, import withRouter from react-router-dom:
export default withRouter(
connect(
mapStateToProps,
mapDispatchToProps
)(LoginPageContainer)
);
const { history } = this.props;
if (history) history.push("/messages");
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question