We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03904f4 commit 07b728aCopy full SHA for 07b728a
src/content/docs/createFormControl.mdx
@@ -36,8 +36,6 @@ This function create the entire form state subscription and allow you to subscri
36
```tsx
37
const props = createFormControl()
38
39
-{" "}
40
-
41
<FormProvider {...props} /> // ❌ You don't need provider
42
43
<input {...props.register('name')} /> // ✅ Direct use method from createFormControl
0 commit comments