-
Notifications
You must be signed in to change notification settings - Fork 147
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
Change base
does not work
#64
Comments
The My biggest question for supporting a dynamic router |
My use case is that our website use the base as the i18n location. For example base My workaround now is refresh the page using the |
The workaround is pretty reasonable. Since the base is outside of the routers dynamic path matching it would be interesting to decide what the behavior should be. I'd lean towards routing to that given we don't want to be in an inconsistent state with the browser.. but it also doesn't really work both ways.. like if you press browser back we can't restore the language setting. I don't know if the router can take responsibility for the base in this sense. |
After change
base
tonew
then calluseNavigator()('/about')
still navigate to/old/about
The text was updated successfully, but these errors were encountered: