diff --git a/docs/eslint/stable-query-client.md b/docs/eslint/stable-query-client.md index 9af0414c0f..d100382c36 100644 --- a/docs/eslint/stable-query-client.md +++ b/docs/eslint/stable-query-client.md @@ -48,7 +48,7 @@ function App() { } ``` -``` +```tsx async function App() { const queryClient = new QueryClient() await queryClient.prefetchQuery(options)