Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save factoryhr/9630756260c1c59b3416ea93890b9283 to your computer and use it in GitHub Desktop.
Save factoryhr/9630756260c1c59b3416ea93890b9283 to your computer and use it in GitHub Desktop.
function incrementAction(value) {
return {
type: actionTypes.increment,
};
}
function decrementAction(value) {
return {
type: actionTypes.increment,
};
}
@shr33narayan
Copy link

L9 should be type: actionTypes.decrement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment