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

Not exact path failure #44

Open
Daarien opened this issue Apr 20, 2020 · 1 comment
Open

Not exact path failure #44

Daarien opened this issue Apr 20, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@Daarien
Copy link

Daarien commented Apr 20, 2020

When declaring routes like:

<Route path="/some-path" component={Page}>
<Route fallback component={PageNotFound} />

i expect that path "/some-path/params" will lead just to Page component, but now i get both Page and PageNotFound.

Example
https://svelte.dev/repl/3678130b9358496eabf8c84aabf7f2c3?version=3.20.1

@pateketrueke
Copy link
Owner

Related with #41 — thank you!

@pateketrueke pateketrueke added the bug Something isn't working label Jun 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants