React-router v4 this.props.history.push(…) not working
So I came to this question hoping for an answer but to no avail. I have used const { history } = this.props; history.push(“/thePath”) In the same project and it worked as expected. Upon further experimentation and some comparing and contrasting, I realized that this code will not run if it is called within the … Read more