We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c65b30 commit dfd6a68Copy full SHA for dfd6a68
docs/framework/react/guides/reactivity.md
@@ -32,7 +32,7 @@ The `form.Subscribe` component is best suited when you need to react to somethin
32
33
```tsx
34
<form.Subscribe
35
- selector={(state) => state.firstName}
+ selector={(state) => state.values.firstName}
36
children={(firstName) => (
37
<form.Field>{(field) => <input name="lastName" value={field.state.lastName} onChange={field.handleChange}/></form.Field>
38
)}
0 commit comments