Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan committed Feb 4, 2025
1 parent 14e83f6 commit b4dfd0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react/src/reactrouterv6-compat-utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,6 @@ function rebuildRoutePathFromAllRoutes(allRoutes: RouteObject[], location: Locat
return trimSlash(strippedPath);
}


return trimSlash(
trimSlash(path || '') +
prefixWithSlash(
Expand Down Expand Up @@ -604,7 +603,6 @@ function updatePageloadTransaction(
let name,
source: TransactionSource = 'url';

debugger;
const isInDescendantRoute = locationIsInsideDescendantRoute(location, allRoutes || routes);

if (isInDescendantRoute) {
Expand Down

0 comments on commit b4dfd0e

Please sign in to comment.