Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jaredpalmer/formik
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed May 15, 2019
2 parents a260256 + 050512b commit b745c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/formik.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ const ContactForm = ({
{errors.name && <div>{errors.name}</div>}
<button type="submit">Submit</button>
</form>
};
);
```

**Warning:** `<Formik component>` takes precendence over `<Formik render>` so
Expand Down

0 comments on commit b745c8a

Please sign in to comment.