Skip to content

v2.3.3

Choose a tag to compare

@ekosz ekosz released this 16 Nov 21:01
· 30 commits to master since this release

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.