I am trying to programmatically change pages using browserHistory.push. In one of my components, but not in a component that I embedded inside of that one. >
browserHistory.push
If anyone is still facing similar issues please try to change the onClick to this
onClick={() => this.props.history.push("/dashboard")}
also if you are in a child component please use the component