Skip to content

Commit a13ce5e

Browse files
authored
Merge pull request #356 from ExpediaDotCom/fix-browser-router
Remove history props as BrowserRouter uses the HTML 5 api.
2 parents 58154c5 + 1396873 commit a13ce5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const stores = {
3434
// mount react components
3535
ReactDOM.render(
3636
<Provider {...stores}>
37-
<Router history={history}>
37+
<Router>
3838
<Route component={withTracker(Main)}/>
3939
</Router>
4040
</Provider>

0 commit comments

Comments
 (0)