Skip to content

Commit

Permalink
docs: include link to TanStack Store docs within description of store…
Browse files Browse the repository at this point in the history
… 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.
  • Loading branch information
alexkatz authored Dec 3, 2023
1 parent 23ff113 commit 20376eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/formApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ A class representing the Form API. It handles the logic and interactions with th
- ```tsx
store: Store<FormState<TFormData>>
```
- 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.
- ```tsx
state: FormState<TFormData>
```
Expand Down

0 comments on commit 20376eb

Please sign in to comment.