From ce38b2f60f2163f4379e3c9f01e28aa7570ef00e Mon Sep 17 00:00:00 2001 From: Daniel Lytkin Date: Fri, 7 Jul 2017 11:38:52 +0700 Subject: [PATCH] Update lib build --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index ade8a33..5e52663 100644 --- a/lib/index.js +++ b/lib/index.js @@ -28,7 +28,7 @@ function actionCreatorFactory(prefix, defaultIsError) { action.error = true; } return action; - }, { type: fullType }); + }, { type: fullType, toString: function () { return fullType; } }); } function asyncActionCreators(type, commonMeta) { return {