remove react-router-redux

This commit is contained in:
ValeraS
2018-09-12 15:58:08 +03:00
committed by Mrugesh Mohapatra
parent 5dcd9524ad
commit 87b8b13bef
5 changed files with 10 additions and 52 deletions

View File

@@ -7,11 +7,10 @@ import headComponents from './src/head';
import { createStore } from './src/redux/store';
export const replaceRenderer = ({
history,
bodyComponent,
replaceBodyHTMLString
}) => {
const store = createStore(history);
const store = createStore();
const ConnectedBody = () => (
<Provider store={store}>{bodyComponent}</Provider>