Quantcast
Channel: What's the equivalent of this.props.history.push in gatsby? - Stack Overflow
Viewing all articles
Browse latest Browse all 3

What's the equivalent of this.props.history.push in gatsby?

$
0
0

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


Viewing all articles
Browse latest Browse all 3

Trending Articles