Skip to content

Commit 1396873

Browse files
committed
Remove history props as BrowserRouter uses the HTML 5 api.
1 parent 5f1387c commit 1396873

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)