redux-form-saga
redux-form-saga copied to clipboard
Add prefix key to object returned from createFormAction
Is there a way to get the prefix back from the object created below?
export const login = createFormAction('LOGIN');
expect(login.PREFIX).toBe('LOGIN');