Skip to content

Commit 6b8daf9

Browse files
committed
Revert "Temporary change to test release process off v6 branch"
This reverts commit b8a4cdb.
1 parent b8a4cdb commit 6b8daf9

File tree

4 files changed

+0
-13
lines changed

4 files changed

+0
-13
lines changed

.changeset/orange-dragons-repair.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/react-router-dom/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ import {
8383
shouldProcessLinkClick,
8484
} from "./dom";
8585

86-
// TODO: Temporary change to test the release process off the v6 branch
87-
8886
////////////////////////////////////////////////////////////////////////////////
8987
//#region Re-exports
9088
////////////////////////////////////////////////////////////////////////////////

packages/react-router/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,6 @@ export {
231231
useRoutes,
232232
};
233233

234-
// TODO: Temporary change to test the release process off the v6 branch
235-
236234
function mapRouteProperties(route: RouteObject) {
237235
let updates: Partial<RouteObject> & { hasErrorBoundary: boolean } = {
238236
// Note: this check also occurs in createRoutesFromChildren so update

packages/router/router.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ import {
5353
stripBasename,
5454
} from "./utils";
5555

56-
// TODO: Temporary change to test the release process off the v6 branch
57-
5856
////////////////////////////////////////////////////////////////////////////////
5957
//#region Types and Constants
6058
////////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)