pateketrueke / yrv

Your routing vibes! (for Svelte)
https://svelte.dev/repl/0f07c6134b16432591a9a3a0095a80de
161 stars 9 forks source link

Not exact path failure #44

Open Daarien opened 4 years ago

Daarien commented 4 years ago

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 commented 4 years ago

Related with #41 — thank you!