Fix calling dispatch of the action, that has pending status.
Save actions instead of simple promises in pendingPromises collection. That change removes unnecessary dispatch of api/undefined actions, which causes saving undefined results in the store.
Fix calling dispatch of the action, that has pending status.
Save actions instead of simple promises in
pendingPromises
collection. That change removes unnecessary dispatch ofapi/undefined
actions, which causes savingundefined
results in the store.