Skip to content

Commit f804e88

Browse files
committed
Update app.js
1 parent da433a9 commit f804e88

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)