Skip to content

Commit 214652a

Browse files
Fix subscribe docs formState link (#1195)
Co-authored-by: hiromieguchi802-lab <hiromieguchi802-lab@users.noreply.github.com>
1 parent 5827a98 commit 214652a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/useform/subscribe.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar: apiLinks
66

77
## `subscribe:` <TypeText>`UseFormSubscribe<TFieldValues extends FieldValues>`</TypeText>
88

9-
Subscribe to [`formState`](/docs/useform/formState) changes and value updates. You can subscribe to individual fields or the entire form, while avoiding unnecessary re-renders caused by form changes.
9+
Subscribe to [`formState`](/docs/useform/formstate) changes and value updates. You can subscribe to individual fields or the entire form, while avoiding unnecessary re-renders caused by form changes.
1010

1111
### Props
1212

0 commit comments

Comments
 (0)