Skip to content

Commit 20376eb

Browse files
authored
docs: include link to TanStack Store docs within description of store property (#517)
The TanStack Store instance has some useful methods of its own. It may be helpful to provide a link to its docs from here.
1 parent 23ff113 commit 20376eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/formApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ A class representing the Form API. It handles the logic and interactions with th
9898
- ```tsx
9999
store: Store<FormState<TFormData>>
100100
```
101-
- An internal mechanism that keeps track of the form's state.
101+
- A [TanStack Store instance](https://tanstack.com/store/latest/docs/reference/Store) that keeps track of the form's state.
102102
- ```tsx
103103
state: FormState<TFormData>
104104
```

0 commit comments

Comments
 (0)