mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-12 12:04:21 +00:00
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) => {
|
const renderRoot = (Root) => {
|
||||||
let store = configureStore();
|
let store = configureStore();
|
||||||
window.store = store;
|
|
||||||
let syncedHistory = syncHistoryWithStore(history, store);
|
let syncedHistory = syncHistoryWithStore(history, store);
|
||||||
render(
|
render(
|
||||||
<Root key={Math.random()}
|
<Root key={Math.random()}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user