Skip to content

Instantly share code, notes, and snippets.

@talyssonoc
Last active February 14, 2019 16:16
Show Gist options
  • Save talyssonoc/76eb36c7330e6b491b2f5202f145ea56 to your computer and use it in GitHub Desktop.
Save talyssonoc/76eb36c7330e6b491b2f5202f145ea56 to your computer and use it in GitHub Desktop.
{
(currentState === States.INVALID) && <ErrorMessage errors={errors} />
}
{
(currentState === States.SUBMITTING) && <Spinner />
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment