Skip to content

Commit ce38b2f

Browse files
committed
Update lib build
1 parent ff7b75f commit ce38b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function actionCreatorFactory(prefix, defaultIsError) {
2828
action.error = true;
2929
}
3030
return action;
31-
}, { type: fullType });
31+
}, { type: fullType, toString: function () { return fullType; } });
3232
}
3333
function asyncActionCreators(type, commonMeta) {
3434
return {

0 commit comments

Comments
 (0)