Skip to content
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]: No routes matched location "/$BTC" #8988

Closed
waveiron opened this issue Jun 16, 2022 · 2 comments
Closed

[Bug]: No routes matched location "/$BTC" #8988

waveiron opened this issue Jun 16, 2022 · 2 comments
Labels

Comments

@waveiron
Copy link

What version of React Router are you using?

6.3.0

Steps to Reproduce

Just access any path that contains "$".

Expected Behavior

"$" is a reserved word, but react-router should warn, but still usable.

Actual Behavior

Blank page, and warns:
No routes matched location "/$BTC"

@waveiron waveiron added the bug label Jun 16, 2022
@timdorr
Copy link
Member

timdorr commented Jun 16, 2022

#8525 (comment)

@timdorr timdorr closed this as completed Jun 16, 2022
@waveiron
Copy link
Author

#8525 (comment)

Preventing using special character altogether is not something a router library should do.
Like I said:
"$" is a reserved character, react-router can make a warning, but still usable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants