Can I dispatch a Redux Action in axios response interceptor callback?
I need to update the redux store after axios response interceptor call. However neither dispatch
nor redux action are defined inside the callback.
I need to update the redux store after axios response interceptor call. However neither dispatch
nor redux action are defined inside the callback.