Skip to content

Commit

Permalink
Revert "Temporary change to test release process off v6 branch"
Browse files Browse the repository at this point in the history
This reverts commit b8a4cdb.
  • Loading branch information
brophdawg11 committed Jul 16, 2024
1 parent b8a4cdb commit 6b8daf9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/orange-dragons-repair.md

This file was deleted.

2 changes: 0 additions & 2 deletions packages/react-router-dom/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ import {
shouldProcessLinkClick,
} from "./dom";

// TODO: Temporary change to test the release process off the v6 branch

////////////////////////////////////////////////////////////////////////////////
//#region Re-exports
////////////////////////////////////////////////////////////////////////////////
Expand Down
2 changes: 0 additions & 2 deletions packages/react-router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,6 @@ export {
useRoutes,
};

// TODO: Temporary change to test the release process off the v6 branch

function mapRouteProperties(route: RouteObject) {
let updates: Partial<RouteObject> & { hasErrorBoundary: boolean } = {
// Note: this check also occurs in createRoutesFromChildren so update
Expand Down
2 changes: 0 additions & 2 deletions packages/router/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ import {
stripBasename,
} from "./utils";

// TODO: Temporary change to test the release process off the v6 branch

////////////////////////////////////////////////////////////////////////////////
//#region Types and Constants
////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 6b8daf9

Please sign in to comment.