We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da433a9 + f804e88 commit 9c40706Copy full SHA for 9c40706
examples/transitions/app.js
@@ -57,7 +57,7 @@ const Form = React.createClass({
57
this.setState({
58
textValue: ''
59
}, () => {
60
- this.props.router.push('/')
+ this.context.router.push('/')
61
})
62
},
63
0 commit comments