File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1357,7 +1357,7 @@ export function createRouter(init: RouterInit): Router {
1357
1357
matches ,
1358
1358
manifest ,
1359
1359
mapRouteProperties ,
1360
- router . basename
1360
+ basename
1361
1361
) ;
1362
1362
1363
1363
if ( request . signal . aborted ) {
@@ -1725,7 +1725,7 @@ export function createRouter(init: RouterInit): Router {
1725
1725
requestMatches ,
1726
1726
manifest ,
1727
1727
mapRouteProperties ,
1728
- router . basename
1728
+ basename
1729
1729
) ;
1730
1730
1731
1731
if ( fetchRequest . signal . aborted ) {
@@ -1968,7 +1968,7 @@ export function createRouter(init: RouterInit): Router {
1968
1968
matches ,
1969
1969
manifest ,
1970
1970
mapRouteProperties ,
1971
- router . basename
1971
+ basename
1972
1972
) ;
1973
1973
1974
1974
// Deferred isn't supported for fetcher loads, await everything and treat it
@@ -2185,7 +2185,7 @@ export function createRouter(init: RouterInit): Router {
2185
2185
matches ,
2186
2186
manifest ,
2187
2187
mapRouteProperties ,
2188
- router . basename
2188
+ basename
2189
2189
)
2190
2190
) ,
2191
2191
...fetchersToLoad . map ( ( f ) => {
@@ -2197,7 +2197,7 @@ export function createRouter(init: RouterInit): Router {
2197
2197
f . matches ,
2198
2198
manifest ,
2199
2199
mapRouteProperties ,
2200
- router . basename
2200
+ basename
2201
2201
) ;
2202
2202
} else {
2203
2203
let error : ErrorResult = {
You can’t perform that action at this time.
0 commit comments