docs(www): broken link to React Hook Form's useController hook (#479)

Co-authored-by: shadcn <m@shadcn.com>
This commit is contained in:
puneet-sarhali
2023-05-29 00:10:34 -07:00
committed by GitHub
parent eb27529f50
commit 0a5df3ac85

View File

@@ -142,7 +142,7 @@ export function ProfileForm() {
}
```
Since `FormField` is using a controlled component, you need to provide a default value for the field. See the [React Hook Form docs](https://react-hook-form.com/api/usecontroller) to learn more about controlled components.
Since `FormField` is using a controlled component, you need to provide a default value for the field. See the [React Hook Form docs](https://react-hook-form.com/docs/usecontroller) to learn more about controlled components.
### Build your form