Redux thunk chaining not working as expected with redux-offline?
So I want to dispatch action A and B (which retrieve data from a server and are redux-offline actions), and then wait until the reducer saved those changes and has an updated state. After that I want to dispatch action C, which uses getState() to retrieve the new state due to it’s dependence on A and B’s state.