Skip to content

Commit 4c4c069

Browse files
committed
Merge branch 'fix/react-router-6-paths' of github.com:ionic-team/ionic-framework into fix/react-router-6-paths
2 parents f570837 + 4e0be92 commit 4c4c069

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/react-router/test/base/src/pages/relative-paths/RelativePaths.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ import { Route } from 'react-router-dom';
1818
* This test page verifies that IonRouterOutlet correctly handles
1919
* relative paths (paths without a leading slash) the same way
2020
* React Router 6's Routes component does.
21-
*
22-
* Issue: https://github.com/ionic-team/ionic-framework/issues/24177#issuecomment-3624311206
23-
* - Routes with path="help" should work the same as path="/help"
24-
* - IonRouterOutlet should match relative paths correctly
2521
*/
2622

2723
const RelativePathsHome: React.FC = () => {

0 commit comments

Comments
 (0)