Skip to content

Commit 9b55692

Browse files
authored
docs(devtools): update devtools installation version (#6057)
1 parent 5c08088 commit 9b55692

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/react/devtools.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ When you begin your React Query journey, you'll want these devtools by your side
1616
The devtools are a separate package that you need to install:
1717

1818
```bash
19-
$ npm i @tanstack/react-query-devtools
19+
$ npm i @tanstack/react-query-devtools@beta
2020
# or
21-
$ pnpm add @tanstack/react-query-devtools
21+
$ pnpm add @tanstack/react-query-devtools@beta
2222
# or
23-
$ yarn add @tanstack/react-query-devtools
23+
$ yarn add @tanstack/react-query-devtools@beta
2424
```
2525

2626
You can import the devtools like this:

0 commit comments

Comments
 (0)