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 8794f65 commit a58472eCopy full SHA for a58472e
2 files changed
examples/react/basic/package.json
@@ -13,7 +13,8 @@
13
"broadcast-channel": "^3.4.1",
14
"react": "^18.0.0",
15
"react-dom": "^18.0.0",
16
- "react-query": "^4.0.0-beta.1",
+ "@tanstack/react-query": "^4.0.0-beta.1",
17
+ "@tanstack/react-query-devtools": "^4.0.0-beta.1",
18
"react-scripts": "3.0.1",
19
"stop-runaway-react-effects": "^1.2.0",
20
"styled-components": "^4.3.2"
examples/react/basic/src/index.js
@@ -7,8 +7,8 @@ import {
7
useQueryClient,
8
QueryClient,
9
QueryClientProvider,
10
-} from "react-query";
11
-import { ReactQueryDevtools } from "react-query/devtools";
+} from "@tanstack/react-query";
+import { ReactQueryDevtools } from "@tanstack/react-query-devtools";
12
const queryClient = new QueryClient();
0 commit comments