redux-form-saga icon indicating copy to clipboard operation
redux-form-saga copied to clipboard

Add prefix key to object returned from createFormAction

Open j-5-s opened this issue 6 years ago • 0 comments

Is there a way to get the prefix back from the object created below?

export const login = createFormAction('LOGIN');
expect(login.PREFIX).toBe('LOGIN');

j-5-s avatar Sep 08 '18 14:09 j-5-s