Skip to content

Commit

Permalink
chore: get basic example working again
Browse files Browse the repository at this point in the history
  • Loading branch information
TkDodo committed Jul 13, 2022
1 parent 8794f65 commit a58472e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"broadcast-channel": "^3.4.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-query": "^4.0.0-beta.1",
"@tanstack/react-query": "^4.0.0-beta.1",
"@tanstack/react-query-devtools": "^4.0.0-beta.1",
"react-scripts": "3.0.1",
"stop-runaway-react-effects": "^1.2.0",
"styled-components": "^4.3.2"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/basic/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import {
useQueryClient,
QueryClient,
QueryClientProvider,
} from "react-query";
import { ReactQueryDevtools } from "react-query/devtools";
} from "@tanstack/react-query";
import { ReactQueryDevtools } from "@tanstack/react-query-devtools";

const queryClient = new QueryClient();

Expand Down

0 comments on commit a58472e

Please sign in to comment.