vigetlabs / microcosm

Flux with actions at center stage. Write optimistic updates, cancel requests, and track changes with ease.
http://code.viget.com/microcosm/
MIT License
487 stars 22 forks source link

A rejected action can not be resolved #181

Closed nhunzaker closed 7 years ago

nhunzaker commented 7 years ago

If an action is already rejected, resolve() shouldn't resolve.

nhunzaker commented 7 years ago

Verified. This is not an issue.

nhunzaker commented 7 years ago

https://github.com/vigetlabs/microcosm/blob/master/test/action.test.js#L219-L229