don't put store on window anymore
This commit is contained in:
parent
c820cf8ce3
commit
e6ce0b928a
|
@ -37,7 +37,6 @@ const configureStore = () => {
|
|||
|
||||
const renderRoot = (Root) => {
|
||||
let store = configureStore();
|
||||
window.store = store;
|
||||
let syncedHistory = syncHistoryWithStore(history, store);
|
||||
render(
|
||||
<Root key={Math.random()}
|
||||
|
|
Loading…
Reference in New Issue