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 689c9af commit e0cd24fCopy full SHA for e0cd24f
README.md
@@ -114,7 +114,7 @@ var User = React.createClass({
114
// instead, all you really need is a single root route, you don't need to
115
// colocate the entire config).
116
React.render((
117
- <Router history={BrowserHistory}>
+ <Router history={new BrowserHistory}>
118
<Route path="/" component={App}>
119
<Route path="about" component={About}/>
120
<Route path="users" component={Users} indexComponent={RecentUsers}>
0 commit comments