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 277ba50 commit 7935175Copy full SHA for 7935175
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