Skip to content

Commit 0d7e545

Browse files
authored
docs(form): Update Quick Start guide
I think this is correct form.Form didn't work for me
1 parent 48e7825 commit 0d7e545

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/framework/react/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function App() {
2727

2828
return (
2929
<div>
30-
<form.Form>
30+
<form.Provider>
3131
<div>
3232
<form.Field
3333
name="fullName"
@@ -37,7 +37,7 @@ export default function App() {
3737
/>
3838
</div>
3939
<button type="submit">Submit</button>
40-
</form.Form>
40+
</form.Provider>
4141
</div>
4242
)
4343
}

0 commit comments

Comments
 (0)