Tim Dorr %!s(int64=9) %!d(string=hai) anos
pai
achega
89bd732427
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lessons/06-params/README.md

+ 1 - 1
lessons/06-params/README.md

@@ -47,7 +47,7 @@ Now open up `index.js` and add the new route.
 import Repo from './modules/Repo'
 
 render((
-  <Router>
+  <Router history={hashHistory}>
     <Route path="/" component={App}>
       <Route path="/repos" component={Repos}/>
       {/* add the new route */}