Skip to content

Commit

Permalink
fix: Docs Broken link validateSchema (#3678)
Browse files Browse the repository at this point in the history
Co-authored-by: Jared Palmer <jared@jaredpalmer.com>
  • Loading branch information
devneagu and jaredpalmer authored May 26, 2023
1 parent b12aad7 commit 9bd56d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/fieldarray.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ You can also iterate through an array of objects, by following a convention of `

Validation can be tricky with `<FieldArray>`.

If you use [`validationSchema`](./formik.md#validationschema-schema-schema) and your form has array validation requirements (like a min length) as well as nested array field requirements, displaying errors can be tricky. Formik/Yup will show validation errors inside out. For example,
If you use [`validationSchema`](./guides/validation.md#validationschema) and your form has array validation requirements (like a min length) as well as nested array field requirements, displaying errors can be tricky. Formik/Yup will show validation errors inside out. For example,

```js
const schema = Yup.object().shape({
Expand Down

1 comment on commit 9bd56d2

@vercel
Copy link

@vercel vercel bot commented on 9bd56d2 May 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

formik-docs – ./website

formik-docs.vercel.app
formik-docs-git-master-jared.vercel.app
formik-docs-jared.vercel.app
www.formik.org
formik.org

Please sign in to comment.