"react-router-dom": "^4.1.2",
"react-router-redux": "^5.0.0-alpha.6",
https://github.com/Deviad/redux-router-playground/blob/under_development_v5/src/epics/epic_posts.js
It should show the page it gets redirected to by means of history.push("/")
It does redirect but shows in console.log the following error message:
Uncaught TypeError: Cannot read property 'type' of undefined
I logged the contents of my action$ observable for you to see that it's ok.

This is a bug tracker, not a support system. For usage questions, please use Stack Overflow or Reactiflux. Thanks!