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.
@tanstack/config
1 parent c62883e commit e9639d3Copy full SHA for e9639d3
3 files changed
package.json
@@ -38,7 +38,7 @@
38
"@arethetypeswrong/cli": "^0.17.3",
39
"@eslint-react/eslint-plugin": "^1.26.2",
40
"@playwright/test": "^1.52.0",
41
- "@tanstack/config": "^0.16.1",
+ "@tanstack/config": "^0.21.0",
42
"@tanstack/react-query": "5.66.0",
43
"@tanstack/query-core": "5.66.0",
44
"@types/node": "22.10.2",
packages/router-core/src/router.ts
@@ -753,6 +753,7 @@ export interface ServerSsr {
753
isDehydrated: () => boolean
754
onRenderFinished: (listener: () => void) => void
755
dehydrate: () => Promise<void>
756
+ setRenderFinished: () => void
757
}
758
759
export type AnyRouterWithContext<TContext> = RouterCore<
0 commit comments