Skip to content

Commit ff7b75f

Browse files
ssynixaikoven
authored andcommitted
To address the new redux-saga action creator support (#33)
1 parent 6ccc1d6 commit ff7b75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export function actionCreatorFactory(
105105

106106
return action;
107107
},
108-
{type: fullType},
108+
{type: fullType, toString: () => fullType},
109109
);
110110
}
111111

0 commit comments

Comments
 (0)