Skip to content

Commit e9639d3

Browse files
committed
chore: update @tanstack/config
1 parent c62883e commit e9639d3

3 files changed

Lines changed: 800 additions & 2705 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@arethetypeswrong/cli": "^0.17.3",
3939
"@eslint-react/eslint-plugin": "^1.26.2",
4040
"@playwright/test": "^1.52.0",
41-
"@tanstack/config": "^0.16.1",
41+
"@tanstack/config": "^0.21.0",
4242
"@tanstack/react-query": "5.66.0",
4343
"@tanstack/query-core": "5.66.0",
4444
"@types/node": "22.10.2",

packages/router-core/src/router.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,7 @@ export interface ServerSsr {
753753
isDehydrated: () => boolean
754754
onRenderFinished: (listener: () => void) => void
755755
dehydrate: () => Promise<void>
756+
setRenderFinished: () => void
756757
}
757758

758759
export type AnyRouterWithContext<TContext> = RouterCore<

0 commit comments

Comments
 (0)