custom middleware question
ajcypherint opened this issue · 2 comments
ajcypherint commented
Why does this line just RETURN and not call then next middlware at least?
Are you not going to be skipping a RSAA call here?
kmmbvnr commented
mm, yep. it's postponed
guzzijones commented
I am finding that if i use redux-thunk with an async function and i leave this line in i am throwing an u defineded exception. If i instead just call ghe postponed function i do see a double token refresh but it works.