Skip to content

Commit

Permalink
fix missing import yup package (#1641)
Browse files Browse the repository at this point in the history
fix missing import yup package to improve document
  • Loading branch information
bossbossk20 authored and jaredpalmer committed Jun 27, 2019
1 parent 7ba657c commit 4e629c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/api/fastfield.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ More specifically, if the `<Field />` does not change behavior or render anythin
```jsx
import React from 'react';
import { Formik, Field, FastField, Form } from 'formik';
import * as Yup from 'yup';

const Basic = () => (
<div>
Expand Down

0 comments on commit 4e629c9

Please sign in to comment.