pateketrueke / yrv

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

Not working with more than 3 levels of nested routes #62

Open leiwan5 opened 3 years ago

leiwan5 commented 3 years ago

I made an example to show this issue. I don't know if it's a bug or I did something incorrectly.

https://svelte.dev/repl/cbce750dd5f3407eb06c9e7a28fec815?version=3.6.8

Seems that <Route path="/a" /> doesn't match "/a/b/c".

pateketrueke commented 3 years ago

I see the example working, can you explain what is the issue? 🤔

leiwan5 commented 3 years ago

Sorry I thought I saved it properly. Here it is: https://svelte.dev/repl/02641874e27d47919e6b7c844ca3a7d1?version=3.30.0

pateketrueke commented 3 years ago

Oh that's more clear now, let me investigate, thank you!