remove react-router-redux
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
5dcd9524ad
commit
87b8b13bef
@@ -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>
|
||||
|
Reference in New Issue
Block a user