File tree Expand file tree Collapse file tree 4 files changed +0
-13
lines changed Expand file tree Collapse file tree 4 files changed +0
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -83,8 +83,6 @@ import {
83
83
shouldProcessLinkClick ,
84
84
} from "./dom" ;
85
85
86
- // TODO: Temporary change to test the release process off the v6 branch
87
-
88
86
////////////////////////////////////////////////////////////////////////////////
89
87
//#region Re-exports
90
88
////////////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -231,8 +231,6 @@ export {
231
231
useRoutes ,
232
232
} ;
233
233
234
- // TODO: Temporary change to test the release process off the v6 branch
235
-
236
234
function mapRouteProperties ( route : RouteObject ) {
237
235
let updates : Partial < RouteObject > & { hasErrorBoundary : boolean } = {
238
236
// Note: this check also occurs in createRoutesFromChildren so update
Original file line number Diff line number Diff line change @@ -53,8 +53,6 @@ import {
53
53
stripBasename ,
54
54
} from "./utils" ;
55
55
56
- // TODO: Temporary change to test the release process off the v6 branch
57
-
58
56
////////////////////////////////////////////////////////////////////////////////
59
57
//#region Types and Constants
60
58
////////////////////////////////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments