From a9e83a4678be76cbf23af800f8038f189fdb4294 Mon Sep 17 00:00:00 2001 From: thilllon Date: Fri, 27 Sep 2024 02:04:33 +0900 Subject: [PATCH] docs: missing code format (#8102) --- docs/eslint/stable-query-client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)