From ab21ec90ac94cb34d5edd1c1dd027e011d3ae48a Mon Sep 17 00:00:00 2001 From: thilllon Date: Fri, 27 Sep 2024 00:39:51 +0900 Subject: [PATCH] missing code format --- 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)