don't put store on window anymore

This commit is contained in:
Daniel Ternyak 2017-06-19 18:41:45 -05:00
parent c820cf8ce3
commit e6ce0b928a
1 changed files with 0 additions and 1 deletions

View File

@ -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()}