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 8ca59b7 + 97d64e6 commit e2e6eb6Copy full SHA for e2e6eb6
docs/Introduction.md
@@ -29,7 +29,7 @@ const App = React.createClass({
29
},
30
31
render() {
32
- const Child
+ let Child
33
switch (this.state.route) {
34
case '/about': Child = About; break;
35
case '/inbox': Child = Inbox; break;
0 commit comments