How to pass args from sagaMiddleware to action watcher
问题 I'm new to Sagas, Use to come from a redux-thunk background, So I'm not sure what is the best way to pass arguments to my final action. I will appreciate some kind of "For dummy answer" The thing is, I have some object called session in my store.js I create this session in the sagaMiddleware, but in order to make my functions in the sagas work, I always need to interact with this object. So, the question is. Using my current code, how is possible to pass some args (In this case "session" to