Skip to content
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

Route.to: mismatched value and type for index routes #3005

Open
nstepien opened this issue Dec 13, 2024 · 0 comments
Open

Route.to: mismatched value and type for index routes #3005

nstepien opened this issue Dec 13, 2024 · 0 comments

Comments

@nstepien
Copy link
Contributor

nstepien commented Dec 13, 2024

Which project does this relate to?

Router

Describe the bug

The JS value of Route.to has a trailing slash, while the type does not.

Your Example Website or App

https://stackblitz.com/edit/github-x8vduv4u?file=src%2Froutes%2Findex.tsx,src%2Froutes%2Fposts%2Findex.tsx

Steps to Reproduce the Bug or Issue

  1. navigate to /posts

Expected behavior

The value should be /posts instead of /posts/.

Screenshots or Videos

No response

Platform

  • OS: Win11
  • Browser: Chrome
  • Version: 131.0.6778.140

Additional context

Route.fullPath does have the trailing slash for both the type and the value.
I expected Route.to to not have the trailing slash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant