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 09d9319 + 16689d8 commit 08bc557Copy full SHA for 08bc557
client-generator/react.md
@@ -75,7 +75,7 @@ import { Provider } from 'react-redux';
75
import thunk from 'redux-thunk';
76
import { reducer as form } from 'redux-form';
77
import { Route, Switch } from 'react-router-dom';
78
-import createBrowserHistory from 'history/createBrowserHistory';
+import { createBrowserHistory } from "history";
79
import {
80
ConnectedRouter,
81
connectRouter,
0 commit comments