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 updateThis 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