vigetlabs/microcosm

microcosm-addons: ActionForm/ActionForm - Unsubscribe to action when component unmounts

Closed this issue · 1 comments

If you push an action that results in a state change that unmounts an ActionButton or ActionForm, you can end up in a state where callback props like onDone or onError are called on an unmounted component.

I don't think this should happen.

Got it in #432