File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ createRoot(document.getElementById('root')!).render(
6565Install the devtools and the Vite plugin:
6666
6767``` bash
68- npm install @tanstack/preact-devtools @tanstack/devtools-vite
68+ npm install -D @tanstack/preact-devtools @tanstack/devtools-vite
6969```
7070
7171Add the ` TanStackDevtools ` component using Preact's ` render() ` function:
@@ -114,7 +114,7 @@ render(
114114Install the devtools and the Vite plugin:
115115
116116``` bash
117- npm install @tanstack/solid-devtools @tanstack/devtools-vite
117+ npm install -D @tanstack/solid-devtools @tanstack/devtools-vite
118118```
119119
120120Add the ` TanStackDevtools ` component using Solid's ` render(() => ...) ` pattern:
@@ -167,7 +167,7 @@ render(() => (
167167Install the Vue devtools adapter:
168168
169169``` bash
170- npm install @tanstack/vue-devtools
170+ npm install -D @tanstack/vue-devtools
171171```
172172
173173> The Vite plugin (` @tanstack/devtools-vite ` ) is optional for Vue but recommended if you want features like enhanced console logs and go-to-source.
You can’t perform that action at this time.
0 commit comments