We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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".
<Route path="/a" />
The text was updated successfully, but these errors were encountered:
I see the example working, can you explain what is the issue? 🤔
Sorry, something went wrong.
Sorry I thought I saved it properly. Here it is: https://svelte.dev/repl/02641874e27d47919e6b7c844ca3a7d1?version=3.30.0
Oh that's more clear now, let me investigate, thank you!
No branches or pull requests
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".The text was updated successfully, but these errors were encountered: