We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d0756 commit 1a12d7cCopy full SHA for 1a12d7c
docs/react/index.mdx
@@ -21,7 +21,7 @@ and [configure TanStack Query](https://tanstack.com/query/latest/docs/framework/
21
22
```jsx
23
import { initializeApp } from 'firebase/app';
24
-import { QueryClientProvider } from '@tanstack/react-query';
+import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
25
26
// TODO: Replace the following with your app's Firebase project configuration
27
const firebaseConfig = {
@@ -89,4 +89,4 @@ function MyApplication() {
89
}
90
```
91
92
-TanStack Query Firebase provides hooks for all Firebase services, supporting both mutations and queries.
+TanStack Query Firebase provides hooks for all Firebase services, supporting both mutations and queries.
0 commit comments