You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I have a similar case with redux-thunk.
Can thunk work with redux-immutablejs? Even if I set enforceImmutable to false it seems to ignore the thunk middleware and just set the returned function as the new state.
say i have a state like this:
so how to handle in
isFetching
reducer?The text was updated successfully, but these errors were encountered: