We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f570837 + 4e0be92 commit 4c4c069Copy full SHA for 4c4c069
packages/react-router/test/base/src/pages/relative-paths/RelativePaths.tsx
@@ -18,10 +18,6 @@ import { Route } from 'react-router-dom';
18
* This test page verifies that IonRouterOutlet correctly handles
19
* relative paths (paths without a leading slash) the same way
20
* 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
25
*/
26
27
const RelativePathsHome: React.FC = () => {
0 commit comments