We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b1f5ea commit 84c3d46Copy full SHA for 84c3d46
src/content/docs/createFormControl.mdx
@@ -37,6 +37,7 @@ This function create the entire form state subscription and allow you to subscri
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