-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
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
[Bug]: Basename is case sensitive #7997
Comments
@mjackson Perhaps it makes sense to include a |
I think we just always assume basename is not case sensitive for now. We can add a |
chaance
added a commit
that referenced
this issue
Sep 3, 2021
chaance
added a commit
that referenced
this issue
Sep 3, 2021
Fixed in #8000 |
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of React Router are you using?
6.0.0-beta.2
Steps to Reproduce
Create a basic router with a basename like below (or https://codesandbox.io/s/practical-waterfall-g9770?file=/src/App.js)
Visit
/APP
Expected Behavior
/
route renders because basename matches (ignoring case), as mentioned in #4866Actual Behavior
/
route does not renderThe text was updated successfully, but these errors were encountered: