Skip to content

Instantly share code, notes, and snippets.

@talyssonoc
Created February 13, 2019 18:27
Show Gist options
  • Save talyssonoc/3bc876183c2c338fe862b7bf663bb1a9 to your computer and use it in GitHub Desktop.
Save talyssonoc/3bc876183c2c338fe862b7bf663bb1a9 to your computer and use it in GitHub Desktop.
{
(isTouched || isSubmited) && !isValid && <ErrorMessage errors={errors} />
}
{
isValid && isSubmited && !errors && <Spinner />
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment