Describe the bug
Given I'm on a page
/show/home/fiction/333
and I call
const navigate = useNavigate();
navigate("../similar/333")
It redirects to /show/home/fiction/333/../similar/333
Your Example Website or App
None
Steps to Reproduce the Bug or Issue
Described above
Expected behavior
Expecting Router to support relative paths
It should redirect to /show/home/similar/333
Screenshots or Videos
No response
Platform
Mac + Chrome
Additional context
No response
Describe the bug
Given I'm on a page
/show/home/fiction/333and I call
const navigate = useNavigate();
navigate("../similar/333")
It redirects to
/show/home/fiction/333/../similar/333Your Example Website or App
None
Steps to Reproduce the Bug or Issue
Described above
Expected behavior
Expecting Router to support relative paths
It should redirect to
/show/home/similar/333Screenshots or Videos
No response
Platform
Mac + Chrome
Additional context
No response