Skip to content

Commit 9c40706

Browse files
committed
Merge pull request #2850 from Jocs/master
Update app.js
2 parents da433a9 + f804e88 commit 9c40706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/transitions/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const Form = React.createClass({
5757
this.setState({
5858
textValue: ''
5959
}, () => {
60-
this.props.router.push('/')
60+
this.context.router.push('/')
6161
})
6262
},
6363

0 commit comments

Comments
 (0)