Skip to content

Commit

Permalink
Remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Jun 24, 2024
1 parent d6511b8 commit 9675fac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-router/lib/dom/lib.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,6 @@ export const Link = React.forwardRef<HTMLAnchorElement, LinkProps>(
}

// Rendered into <a href> for relative URLs
debugger;
let href = useHref(to, { relative });
let [shouldPrefetch, prefetchRef, prefetchHandlers] = usePrefetchBehavior(
prefetch,
Expand Down

0 comments on commit 9675fac

Please sign in to comment.