acdlite / redux-router

Redux bindings for React Router – keep your router state inside your Redux store
MIT License
2.3k stars 216 forks source link

TypeError: Cannot read property 'location' of undefined #288

Closed ifree92 closed 7 years ago

ifree92 commented 7 years ago

I began my project as I done it many times but on current versions (on time moment of this post) I have strange error.

screenshot

 "dependencies": {
    "material-ui": "^0.18.6",
    "react": "^15.6.1",
    "react-dom": "^15.6.1",
    "react-redux": "^5.0.5",
    "react-router": "^4.1.2",
    "react-scripts": "1.0.10",
    "react-tap-event-plugin": "^2.0.1",
    "redux": "^3.7.2"
  }