Skip to content

Commit ef1a001

Browse files
committed
update doc
1 parent 851e092 commit ef1a001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/createFormControl.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: createFormControl
2+
title: createFormControl (BETA)
33
description: Create form state and ready to be subscribed
44
sidebar: apiLinks
55
---
@@ -17,7 +17,7 @@ This following table applied to `FormProvider`, `useFormContext` accepts no argu
1717
| `...props` | <TypeText>Object</TypeText> | `UseFormProps` |
1818

1919
<Admonition type="important" title="Notes">
20-
- This function is published at **v7.55.0**
20+
- This function is published at **v7.55.0-next.1**
2121
- This function is completely optional, you can consider to use this instead of `useFormContext` API.
2222
- You may find it useful if you would like to subscribe formsState by skipping react re-render.
2323
</Admonition>

0 commit comments

Comments
 (0)