Skip to content

Commit

Permalink
To address the new redux-saga action creator support (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssynix authored and aikoven committed Jul 7, 2017
1 parent 6ccc1d6 commit ff7b75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export function actionCreatorFactory(

return action;
},
{type: fullType},
{type: fullType, toString: () => fullType},
);
}

Expand Down

0 comments on commit ff7b75f

Please sign in to comment.