Skip to content

Commit

Permalink
docs: up
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Sep 4, 2024
1 parent 7e9e501 commit 1df4f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/react/guides/tanstack-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function App() {
Each Hook has a corresponding `get<X>QueryOptions` function that returns a query key. You would use this method when you want to utilize the query key outside of a React component in a Vanilla JS context, like in a utility function.

```ts
import { getBlockQueryOptions } from 'wagmi' // [!code hl]
import { getBlockQueryOptions } from 'wagmi/query' // [!code hl]
import { config } from './config'

function perform() {
Expand Down

0 comments on commit 1df4f41

Please sign in to comment.