Skip to content

Commit

Permalink
Bump bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Feb 23, 2023
1 parent 3f987eb commit 9f5fdb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"none": "15 kB"
},
"packages/react-router-dom/dist/react-router-dom.production.min.js": {
"none": "11.5 kB"
"none": "11.6 kB"
},
"packages/react-router-dom/dist/umd/react-router-dom.production.min.js": {
"none": "17.5 kB"
Expand Down
1 change: 0 additions & 1 deletion packages/react-router-dom/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ export const Link = React.forwardRef<HTMLAnchorElement, LinkProps>(
let isExternal = false;

if (typeof to === "string" && ABSOLUTE_URL_REGEX.test(to)) {
debugger;
// Render the absolute href server- and client-side
absoluteHref = to;

Expand Down

0 comments on commit 9f5fdb0

Please sign in to comment.