Supporting navigation to / and basePath when basePath is defined #731
Annotations
5 warnings
|
build (20.x):
src/common/utils/match-route/test.ts#L211
Replace `[routeA,·routeC,·routeB],·'/base/abc',·DEFAULT_QUERY_PARAMS,·basePath` with `⏎··········[routeA,·routeC,·routeB],⏎··········'/base/abc',⏎··········DEFAULT_QUERY_PARAMS,⏎··········basePath⏎········`
|
build (20.x):
src/common/utils/match-route/test.ts#L162
Replace `[routeB,·routeA],·'/base/def',·DEFAULT_QUERY_PARAMS,·basePath` with `⏎··········[routeB,·routeA],⏎··········'/base/def',⏎··········DEFAULT_QUERY_PARAMS,⏎··········basePath⏎········`
|
build (20.x):
src/common/utils/match-route/test.ts#L155
Replace `[routeA,·routeB],·'/base/abc',·DEFAULT_QUERY_PARAMS,·basePath` with `⏎··········[routeA,·routeB],⏎··········'/base/abc',⏎··········DEFAULT_QUERY_PARAMS,⏎··········basePath⏎········`
|
build (20.x):
src/common/utils/match-route/index.ts#L51
Replace `pathname,·queryParamObject,·updatedBasePath,·matchedRoute` with `⏎········pathname,⏎········queryParamObject,⏎········updatedBasePath,⏎········matchedRoute⏎······`
|