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 2f871ad + 7935175 commit def2fd3Copy full SHA for def2fd3
doc/00 Guides/0 Overview.md
@@ -26,7 +26,7 @@ var App = React.createClass({
26
27
render () {
28
var Child;
29
- switch (this.props.route) {
+ switch (this.state.route) {
30
case '/about': Child = About; break;
31
case '/inbox': Child = Inbox; break;
32
default: Child = Home;
0 commit comments