Skip to content

Commit 84c3d46

Browse files
committed
fix format
1 parent 9b1f5ea commit 84c3d46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/docs/createFormControl.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ This function create the entire form state subscription and allow you to subscri
3737
const props = createFormControl()
3838

3939
{" "}
40+
4041
<FormProvider {...props} /> // ❌ You don't need provider
4142

4243
<input {...props.register('name')} /> // ✅ Direct use method from createFormControl

0 commit comments

Comments
 (0)