-
Notifications
You must be signed in to change notification settings - Fork 175
Support for client routes #93
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
Comments
+1 Yes please. |
Did anyone come up with anything? |
This worked for me: (note: I'm re-routing to "/me"):
|
Thanks @mmmoli ! Worked out perfectly for me |
Extending @mmmoli 's solution, for multiple routes the following could be added to
|
+1 |
Worked above solutions but needed to add this to the router, for my "app" page, to listen for path change: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello.
Is there support for client routes?
I've noticed that everything that's wrapped in
Router
from@reach/router
is not being displayed at all when using this plugin.It's displayed only on index page when using
redirect: false
option (so on/
route). But every other language index doesn't display what's inRouter
.Is there maybe some option for that?
I'm not using any other plugin that can conflict with that.
The text was updated successfully, but these errors were encountered: