File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ pnpm add @tanstack/solid-router@^2.0.0-beta.10 @tanstack/solid-start@^2.0.0-beta
2727pnpm add -D vite-plugin-solid@3.0.0-next.4
2828
2929# If you use TanStack Query:
30- pnpm add @tanstack/solid-query@6.0.0-beta.3 @tanstack/solid-query-devtools@6.0.0-beta.3
30+ pnpm add @tanstack/solid-query@6.0.0-beta.3 @tanstack/solid-query-devtools@6.0.0-beta.3 @tanstack/solid-router-ssr-query@2.0.0-beta.12
3131```
3232
3333Or in ` package.json ` :
@@ -49,7 +49,8 @@ Or in `package.json`:
4949{
5050 "dependencies" : {
5151 "@tanstack/solid-query" : " 6.0.0-beta.3" ,
52- "@tanstack/solid-query-devtools" : " 6.0.0-beta.3"
52+ "@tanstack/solid-query-devtools" : " 6.0.0-beta.3" ,
53+ "@tanstack/solid-router-ssr-query" : " 2.0.0-beta.12"
5354 }
5455}
5556```
You can’t perform that action at this time.
0 commit comments