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 663a2db commit 89bd732Copy full SHA for 89bd732
lessons/06-params/README.md
@@ -47,7 +47,7 @@ Now open up `index.js` and add the new route.
47
import Repo from './modules/Repo'
48
49
render((
50
- <Router>
+ <Router history={hashHistory}>
51
<Route path="/" component={App}>
52
<Route path="/repos" component={Repos}/>
53
{/* add the new route */}
0 commit comments