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.
1 parent da433a9 commit f804e88Copy full SHA for f804e88
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