-
Notifications
You must be signed in to change notification settings - Fork 961
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
[v6] Missing hashType={"noslash"} of HashRouter #953
Comments
I have waited on the merger of PR #911 for a while. As a workaround, I have created use-hash-history, which provides a Proxy around
|
It seems this issue may go unaddressed because this rejected issue is not a concern for react-router. It seems
@ryanflorence declared this issue was not a priority for React Router:
This feature would be nice to have, but Remix is paid to do things, and keeping "backwards support" for prettier URLs might not serve their goals as an organization at the moment. Other related issues: |
does this work with [email protected]? |
Hi,
I see
HashRouter
on v6 can't usehashType={"noslash"}
.If I use
BrowserRouter
, a host must fallback from 404 to index and it takes long time (I deployed my code on gitlab page and it takes 1.5s to processor).However,
HashRouter
on v6 can't handle link/#*
, it only hanle link/#/*
. Eg: if I go to/#notExistLink
, it doesn't redirect to not found route.Does any one have solution to fix this issue?
Thanks.
.gitlab-ci.yml
The text was updated successfully, but these errors were encountered: