diff --git a/src/alt.js b/src/alt.js index 2143fece..e1ee3b1a 100644 --- a/src/alt.js +++ b/src/alt.js @@ -273,7 +273,7 @@ your own custom identifier for each store` return Object.keys(actions).reduce((obj, action) => { let constant = formatAsConstant(action) - let actionName = Symbol.for(`action ${action}`) + let actionName = Symbol.for(`action ${ActionsClass.name} ${action}`) // Wrap the action so we can provide a dispatch method let newAction = new ActionCreator(