I'm trying to do this.props.history.push("/payment/"+ stripe_plan_id)
What is the equivalent of this.props.history.push in Gastby?
I get the error TypeError: Cannot read property 'push' of undefined
I'm trying to do this.props.history.push("/payment/"+ stripe_plan_id)
What is the equivalent of this.props.history.push in Gastby?
I get the error TypeError: Cannot read property 'push' of undefined