Back to IssuesView on GitHub
#4933
Moderate
Router does not render index.tsx in a dynamic path parameter route that comes after an optional path parameter
Summary
The router is failing to render the `index.tsx` route when it's nested within a dynamic route segment that follows an optional path parameter. This likely involves investigating how the router's matching logic handles sequences of optional and dynamic parameters, particularly for index routes.
Skills Required
TypeScriptJestUnderstanding of routing algorithms