We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6.2.1
<Routes> <Route path="/:lang?" element={<App />} /> </Routes>
Optional path to work and render target component.
Both paths should match.
/en /
Optional path not working, that was a breaking change on the v6.
The question mark ? to mark an optional parameter breaks the framework.
?
The text was updated successfully, but these errors were encountered:
This is not a bug, but a conscious decision; see #8381, #8254 and #7285.
Sorry, something went wrong.
refactor(remix-dev/vite): simplify config resolution (#8554)
c274c80
No branches or pull requests
What version of React Router are you using?
6.2.1
Steps to Reproduce
Expected Behavior
Optional path to work and render target component.
Both paths should match.
Actual Behavior
Optional path not working, that was a breaking change on the v6.
The question mark
?
to mark an optional parameter breaks the framework.The text was updated successfully, but these errors were encountered: