Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ We also support schema-based form validation with [Yup](https://github.com/jquen
**Step 1:** Install `Yup` into your project.

```bash copy
npm install @hookform/resolvers yupCopy
npm install @hookform/resolvers yup
```

**Step 2:** Prepare your schema for validation and register inputs with React Hook Form.
Expand Down