File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,12 @@ import type {
8
8
RouteMatch ,
9
9
} from './Matches'
10
10
import type { RootRouteId } from './root'
11
- import type { FullSearchSchema , ParseRoute , RouteById , RoutePaths } from './routeInfo'
11
+ import type {
12
+ FullSearchSchema ,
13
+ ParseRoute ,
14
+ RouteById ,
15
+ RoutePaths ,
16
+ } from './routeInfo'
12
17
import type { AnyRouter , RegisteredRouter } from './router'
13
18
import type { BuildLocationFn , NavigateFn } from './RouterProvider'
14
19
import type {
@@ -1078,7 +1083,7 @@ export interface UpdatableRouteOptions<
1078
1083
> ,
1079
1084
TLoaderDeps
1080
1085
> ,
1081
- { location } : { location : ParsedLocation < FullSearchSchema < TRouteTree > > } ,
1086
+ { location } : { location : ParsedLocation < FullSearchSchema < TRouteTree > > } ,
1082
1087
) => void
1083
1088
headers ?: ( ctx : {
1084
1089
loaderData : ResolveLoaderData < TLoaderFn >
You can’t perform that action at this time.
0 commit comments