mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-02 17:08:39 +00:00
docs(www): broken link to React Hook Form's useController hook (#479)
Co-authored-by: shadcn <m@shadcn.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user