Skip to content

Commit 07b728a

Browse files
committed
fix gap issue on the doc
1 parent 03904f4 commit 07b728a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/content/docs/createFormControl.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ This function create the entire form state subscription and allow you to subscri
3636
```tsx
3737
const props = createFormControl()
3838

39-
{" "}
40-
4139
<FormProvider {...props} /> // ❌ You don't need provider
4240

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

0 commit comments

Comments
 (0)