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 23ff113 commit 20376ebCopy full SHA for 20376eb
docs/reference/formApi.md
@@ -98,7 +98,7 @@ A class representing the Form API. It handles the logic and interactions with th
98
- ```tsx
99
store: Store<FormState<TFormData>>
100
```
101
- - An internal mechanism that keeps track of the form's state.
+ - A [TanStack Store instance](https://tanstack.com/store/latest/docs/reference/Store) that keeps track of the form's state.
102
103
state: FormState<TFormData>
104
0 commit comments