From 1307176536018ad180504b261d40115085256dc2 Mon Sep 17 00:00:00 2001 From: hiromieguchi802-lab Date: Sun, 22 Mar 2026 14:27:28 +0800 Subject: [PATCH] Fix subscribe docs formState link --- src/content/docs/useform/subscribe.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/useform/subscribe.mdx b/src/content/docs/useform/subscribe.mdx index e9c467574..ed5bb3f26 100644 --- a/src/content/docs/useform/subscribe.mdx +++ b/src/content/docs/useform/subscribe.mdx @@ -6,7 +6,7 @@ sidebar: apiLinks ## `subscribe:` `UseFormSubscribe` -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. +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. ### Props