@tanstack/react-router 1.57.13 → 1.57.15
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 +1 -2
- package/dist/esm/router.d.ts +1 -2
- package/dist/esm/router.js.map +1 -1
- package/package.json +4 -4
- package/src/router.ts +1 -2
package/dist/cjs/router.d.cts
CHANGED
|
@@ -193,7 +193,7 @@ export interface RouterOptions<TRouteTree extends AnyRoute, TTrailingSlashOption
|
|
|
193
193
|
*/
|
|
194
194
|
notFoundMode?: 'root' | 'fuzzy';
|
|
195
195
|
/**
|
|
196
|
-
* The default `gcTime` a route should use if no
|
|
196
|
+
* The default `gcTime` a route should use if no gcTime is provided.
|
|
197
197
|
*
|
|
198
198
|
* @default 1_800_000 `(30 minutes)`
|
|
199
199
|
* @link [API Docs](https://tanstack.com/router/latest/docs/framework/react/api/router/RouterOptionsType#defaultgctime-property)
|
|
@@ -209,7 +209,6 @@ export interface RouterOptions<TRouteTree extends AnyRoute, TTrailingSlashOption
|
|
|
209
209
|
*/
|
|
210
210
|
caseSensitive?: boolean;
|
|
211
211
|
/**
|
|
212
|
-
* __Required*__
|
|
213
212
|
*
|
|
214
213
|
* The route tree that will be used to configure the router instance.
|
|
215
214
|
*
|
package/dist/esm/router.d.ts
CHANGED
|
@@ -193,7 +193,7 @@ export interface RouterOptions<TRouteTree extends AnyRoute, TTrailingSlashOption
|
|
|
193
193
|
*/
|
|
194
194
|
notFoundMode?: 'root' | 'fuzzy';
|
|
195
195
|
/**
|
|
196
|
-
* The default `gcTime` a route should use if no
|
|
196
|
+
* The default `gcTime` a route should use if no gcTime is provided.
|
|
197
197
|
*
|
|
198
198
|
* @default 1_800_000 `(30 minutes)`
|
|
199
199
|
* @link [API Docs](https://tanstack.com/router/latest/docs/framework/react/api/router/RouterOptionsType#defaultgctime-property)
|
|
@@ -209,7 +209,6 @@ export interface RouterOptions<TRouteTree extends AnyRoute, TTrailingSlashOption
|
|
|
209
209
|
*/
|
|
210
210
|
caseSensitive?: boolean;
|
|
211
211
|
/**
|
|
212
|
-
* __Required*__
|
|
213
212
|
*
|
|
214
213
|
* The route tree that will be used to configure the router instance.
|
|
215
214
|
*
|