RBHow did you import your store? I use the createStore method and in index.js I have const store = configureStore(); [file with createStore] And I've seen on stackOverflow it's bad practice to export it from there.Reply·Thread·Mar 20, 2018·Can I dispatch a Redux Action in axios response interceptor callback?