Skip to content

Commit 918281b

Browse files
committed
chore(react-router): comment clarity
1 parent 04dd740 commit 918281b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react-router/test/base/src/pages/nested-tabs-relative-links/NestedTabsRelativeLinks.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ import { Link, Navigate, Route } from 'react-router-dom';
2121
* This test page verifies that relative links work correctly within
2222
* nested IonRouterOutlet components, specifically in a tabs-based layout.
2323
*
24-
* Issue: When using React Router's <Link to="relative"> inside nested
25-
* outlets with index routes, the relative path resolution can produce
26-
* incorrect URLs (e.g., /tab1/tab1/abc instead of /tab1/abc).
24+
* Issue: When using React Router's <Link to="page-a"> inside the tab1 route
25+
* with nested outlets and index routes, the relative path resolution can produce
26+
* incorrect URLs (e.g., /tab1/tab1/page-a instead of /tab1/page-a).
2727
*
2828
* This test also verifies that absolute links work when a catch-all route
2929
* is present.

0 commit comments

Comments
 (0)