@tanstack/react-router 1.98.3 → 1.98.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/router.cjs.map +1 -1
- package/dist/cjs/router.d.cts +2 -2
- package/dist/esm/router.d.ts +2 -2
- package/dist/esm/router.js.map +1 -1
- package/package.json +1 -1
- package/src/router.ts +2 -2
package/package.json
CHANGED
package/src/router.ts
CHANGED
|
@@ -459,9 +459,9 @@ export interface RouterOptions<
|
|
|
459
459
|
defaultRemountDeps?: (opts: MakeRemountDepsOptionsUnion<TRouteTree>) => any
|
|
460
460
|
|
|
461
461
|
/**
|
|
462
|
-
* If `
|
|
462
|
+
* If `true`, scroll restoration will be enabled
|
|
463
463
|
*
|
|
464
|
-
* @default
|
|
464
|
+
* @default false
|
|
465
465
|
*/
|
|
466
466
|
scrollRestoration?: boolean
|
|
467
467
|
getScrollRestorationKey?: (location: ParsedLocation) => string
|