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 8ca59b7 commit 97d64e6Copy full SHA for 97d64e6
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