diff --git a/src/content/docs/usecontroller/controller.mdx b/src/content/docs/usecontroller/controller.mdx
index 29435a86c..4db8719a3 100644
--- a/src/content/docs/usecontroller/controller.mdx
+++ b/src/content/docs/usecontroller/controller.mdx
@@ -23,7 +23,7 @@ The following table contains information about the arguments for `Controller`.
| `shouldUnregister` | boolean = false` | | Input will be unregistered after unmount and defaultValues will be removed as well.
**Note:** this prop should be avoided when using with `useFieldArray` as `unregister` function gets called after input unmount/remount and reorder. |
| `disabled` | boolean = false` | | `disabled` prop will be returned from `field` prop. Controlled input will be disabled and its value will be omitted from the submission data. |
| `defaultValue` | unknown | | **Important:** Can not apply `undefined` to `defaultValue` or `defaultValues` at `useForm`.
- You need to either set `defaultValue` at the field-level or `useForm`'s `defaultValues`. If you used
defaultValues at useForm, skip using this prop. - If your form will invoke `reset` with default values, you will need to provide `useForm` with `defaultValues`.
- Calling `onChange` with `undefined` is not valid. You should use `null` or the empty string as your default/cleared value instead.
|
-| `exact` | boolean = false | | This prop will enable an exact match for input name subscriptions, default to true. |
+| `exact` | boolean = false | | This prop will enable an exact match for input name subscriptions, default to true. |
### Return
diff --git a/src/content/docs/usewatch.mdx b/src/content/docs/usewatch.mdx
index 3f1d02cd8..845b4ec70 100644
--- a/src/content/docs/usewatch.mdx
+++ b/src/content/docs/usewatch.mdx
@@ -9,7 +9,7 @@ sidebar: apiLinks
{
label: "Watch",
value: "/docs/usewatch/watch",
- }
+ },
]}
/>
diff --git a/src/data/api.tsx b/src/data/api.tsx
index b35e15841..08c88d9ec 100644
--- a/src/data/api.tsx
+++ b/src/data/api.tsx
@@ -2853,7 +2853,8 @@ setValue('notRegisteredInput', { test: '1', test2: '2' }); // ✅ sugar syntax t
|
- This prop will enable an exact match for input name subscriptions, default to true.
+ This prop will enable an exact match for input name subscriptions,
+ default to true.
|
diff --git a/src/data/resources.tsx b/src/data/resources.tsx
index f64715ff6..256fee64a 100644
--- a/src/data/resources.tsx
+++ b/src/data/resources.tsx
@@ -533,6 +533,16 @@ export default {
},
],
video: [
+ {
+ type: "video",
+ title: "React Hook Form - The Free Course",
+ url: "https://youtu.be/lp8xXoG0xQY",
+ authorUrl: "https://www.youtube.com/@codaffection",
+ author: "CodAffection",
+ description:
+ "Learn A - Z about React Hook Form library with a practical project build, An in-depth course covering the fundamentals of the library",
+ version: "7",
+ },
{
type: "video",
title: