Skip to content

Commit

Permalink
Fix extraneous <Formik> tag in docs/tutorial.md (#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
bickmark authored and jaredpalmer committed Oct 29, 2019
1 parent 34e3867 commit 8be2e5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/tutorial.md
Expand Up @@ -117,7 +117,6 @@ const SignupForm = () => {
// Pass the useFormik() hook initial form values and a submit function that will
// be called when the form is submitted
return (
<Formik>
<form onSubmit={formik.handleSubmit}>
<label htmlFor="email">Email Address</label>
<input
Expand Down

0 comments on commit 8be2e5d

Please sign in to comment.