Skip to content

v1.0.1

Compare
Choose a tag to compare
@timche timche released this 21 Nov 20:06
· 114 commits to master since this release

With #141 we have made other libraries incompatible with redux-actions and it resulted to an unexpected behavior (#164, #167). If an action is not a FSA, handleAction should not handle it and just pass it to the next reducer. This fix will remove the FSA check to support Non-FSA.

Fixes