Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 07b728a

Browse files
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‎

Lines changed: 0 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /