Skip to content

Instantly share code, notes, and snippets.

@quicksnap
Last active January 16, 2018 00:54
Show Gist options
  • Save quicksnap/74ee9a7af4354b43b70d0bf6ecd308fa to your computer and use it in GitHub Desktop.
Save quicksnap/74ee9a7af4354b43b70d0bf6ecd308fa to your computer and use it in GitHub Desktop.
const myPromiseAction = makePackAction('MY_PROMISE')(() => ({
proomisee: Promise.resolve() // Error! Missing `promise` key
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment