JanMesaric

Results 5 comments of JanMesaric

I got the desired effect for swipeopen/close with hammer.js by appending it to "body" and using: document.getElementById('outer-wrap').addEventListener('swipe', app.toggleNav, false); You can of course do one for swipeleft -> app.closeNav() and...

Ok, here is my package.json (prior to redux-state-history): ``` { "devDependencies": { "babel": "^6.5.2", "babel-core": "^6.5.2", "babel-loader": "^6.2.3", "babel-preset-es2015": "^6.5.0", "babel-preset-react": "^6.5.0", "gulp": "^3.8.8", "laravel-elixir": "*", "webpack-dev-server": "^1.14.1" }, "scripts":...

``` const RootReducer = combineReducers({ // router router: routerStateReducer, Auth, Images, stateHistory: (state = {}, action) => state }); ```

Hi, @hamczu yes, I've been using the `{ stateHistoryTracker as trackHistory }` as in examples when importing. I've did a bit more research and it seems that it fails inside...

Ok if I create my own recuer called "stateHistory" I get error in the console saying: `Uncaught Error: Redux store not configured properly for . Make sure you're using the...