Skip to content

Instantly share code, notes, and snippets.

@joaovitorzv
Last active April 25, 2020 02:46
Show Gist options
  • Save joaovitorzv/869a8532435912c9d2ef62b00271df05 to your computer and use it in GitHub Desktop.
Save joaovitorzv/869a8532435912c9d2ef62b00271df05 to your computer and use it in GitHub Desktop.
function handleSubmit(values, { setSubmitting }) {
setTimeout(() => {
alert(JSON.stringify(values));
setSubmitting(false);
}, 4000)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment