v2.3.3
Fix: Don't set state.loading false prematurely
Before this fix if there were two parallel falcor requests, and one finished before the other, the redux loading state would be set to false even while the second request is still happening.
After this change redux-falcor now keeps track of each active request and only sets loading to false when there are none left.