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 ee9132f + c9dea36 commit 7a1b60fCopy full SHA for 7a1b60f
examples/passing-props-to-children/app.js
@@ -72,7 +72,7 @@ var Taco = React.createClass({
72
});
73
74
React.render((
75
- <Router history={HashHistory}>
+ <Router history={new HashHistory}>
76
<Route path="/" component={App}>
77
<Route path="taco/:name" component={Taco}/>
78
</Route>
0 commit comments