for example:
[{id: "ec3c3860-6ffd-462a-a20a-654855c2d694}]
in that case loading even will not be shown because it was 100ms
but if we will get
[{id: "ec3c3860-6ffd-462a-a20a-654855c2d694"}, {id: "dc8b2f52-b97d-4405-bdda-271869a87d90"}]
we will have loadingBar: {default: 1} forever
and for even next action it will just increment, but success action will be fired every time...
for example: [{id: "ec3c3860-6ffd-462a-a20a-654855c2d694}]
in that case loading even will not be shown because it was 100ms
but if we will get [{id: "ec3c3860-6ffd-462a-a20a-654855c2d694"}, {id: "dc8b2f52-b97d-4405-bdda-271869a87d90"}] we will have loadingBar: {default: 1} forever
and for even next action it will just increment, but success action will be fired every time...