Skip to content

Commit 30e2908

Browse files
ci: apply automated fixes
1 parent 0d6ac8f commit 30e2908

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-router/src/route.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ export interface UpdatableRouteOptions<
444444
gcTime?: number
445445
/**
446446
* Turn on/off data preloading for this route.
447-
*
447+
*
448448
* @todo allow specifying strategies available in `defaultPreload` ('intent' | 'viewport' | 'render')
449449
* @link [Guide](https://tanstack.com/router/latest/docs/framework/react/guide/preloading#supported-preloading-strategies)
450450
*/

packages/react-router/src/router.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export interface RouterOptions<
188188
* If `'viewport'`, routes will be preloaded by default when they are within the viewport.
189189
*
190190
* If `'render'`, routes will be preloaded by default when the corresponding `Link` component gets rendered.
191-
*
191+
*
192192
* @default false
193193
* @link [API Docs](https://tanstack.com/router/latest/docs/framework/react/api/router/RouterOptionsType#defaultpreload-property)
194194
* @link [Guide](https://tanstack.com/router/latest/docs/framework/react/guide/preloading)

0 commit comments

Comments
 (0)