Oleksandr Samsonov

Results 2 comments of Oleksandr Samsonov

To avoid this warning you can just make something like this. ` val store = createStore( combinedReducers(), JSON.parse(JSON.stringify(State())), compose( rEnhancer(), js("if(window.__REDUX_DEVTOOLS_EXTENSION__ )window.__REDUX_DEVTOOLS_EXTENSION__ ();else(function(f){return f;});") ) ) ` Unfortunately cannot find...