From e6ce0b928aff7816b18adcab41326193cd9ff865 Mon Sep 17 00:00:00 2001 From: Daniel Ternyak Date: Mon, 19 Jun 2017 18:41:45 -0500 Subject: [PATCH] don't put store on window anymore --- common/index.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/common/index.jsx b/common/index.jsx index e025c889..aef1ef3b 100644 --- a/common/index.jsx +++ b/common/index.jsx @@ -37,7 +37,6 @@ const configureStore = () => { const renderRoot = (Root) => { let store = configureStore(); - window.store = store; let syncedHistory = syncHistoryWithStore(history, store); render(