An instance of the redux-observable middleware.
To create it, pass your root Epic to createEpicMiddleware
.
Replaces the epic currently used by the middleware.
It is an advanced API. You might need this if your app implements code splitting and you want to load some of the epics dynamically or you're using hot reloading.
epic
(Epic) The next epic for the middleware to use.