File tree 2 files changed +2
-2
lines changed
packages/react-router/src
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -444,7 +444,7 @@ export interface UpdatableRouteOptions<
444
444
gcTime ?: number
445
445
/**
446
446
* Turn on/off data preloading for this route.
447
- *
447
+ *
448
448
* @todo allow specifying strategies available in `defaultPreload` ('intent' | 'viewport' | 'render')
449
449
* @link [Guide](https://tanstack.com/router/latest/docs/framework/react/guide/preloading#supported-preloading-strategies)
450
450
*/
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ export interface RouterOptions<
188
188
* If `'viewport'`, routes will be preloaded by default when they are within the viewport.
189
189
*
190
190
* If `'render'`, routes will be preloaded by default when the corresponding `Link` component gets rendered.
191
- *
191
+ *
192
192
* @default false
193
193
* @link [API Docs](https://tanstack.com/router/latest/docs/framework/react/api/router/RouterOptionsType#defaultpreload-property)
194
194
* @link [Guide](https://tanstack.com/router/latest/docs/framework/react/guide/preloading)
You can’t perform that action at this time.
0 commit comments