@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.
@@ -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
  *
@@ -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
  *