-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fix Some Router Behaviour #2107
Conversation
Thanks for the PR ❤️ There is still some discussion in #2106 so I'm going to see what comes of that first before reviewing in-depth, in part because I don't want to request changes only to change after you've done more work :) I will say that this PR should only have one concern and that is fixing #2106 so I would omit the |
cargo update This will update the dependencies in the lock file :) Run this and then you should see |
Sorry for taking awhile to merge this :) I always try and allow some time when there is some objection in either the issue or PR, that and I've been busy too 🙃. |
Description
/paths/
that end with a slash do not get recognised whenbase_url()
isNone
.Adds a<Redirect />
component that mirrors the behaviour of<Redirect />
component ofreact-router
.Checklist
cargo make pr-flow