jumpsuit / jumpstate

Jumpstate is a simple and powerful state management utility for Redux.
MIT License
425 stars 22 forks source link

fix return for hooks to allow cancel #17

Closed carlcraig closed 7 years ago

carlcraig commented 7 years ago

There is a problem in hooks which prevents calling myHook.cancel().

This should resolve the problem.

tannerlinsley commented 7 years ago

Nice find!