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
For curiosity's sake, I tested what would happen if you had this path:
<Route path = "/example/:keyName/*/*/"
and tried to transitionTo it. Splat gets put in twice:
transitionTo
http://localhost:8080/example/4025675/grandpa%2Cmom%2Cme/grandpa%2Cmom%2Cme/
Since that is most likely gibberish, developers who use multiple *s should be warned that this makes the correct resolution of transitionTo ambiguous.
*
The text was updated successfully, but these errors were encountered:
This may have been fixed in the latest builds. See #317.
Sorry, something went wrong.
I'd have to see what your transitionTo looks like, but the router will throw an error if you don't give it enough splats.
New spec: 9a265b3
Let me know if you think this should be reopened.
No branches or pull requests
For curiosity's sake, I tested what would happen if you had this path:
and tried to
transitionTo
it. Splat gets put in twice:Since that is most likely gibberish, developers who use multiple
*
s should be warned that this makes the correct resolution oftransitionTo
ambiguous.The text was updated successfully, but these errors were encountered: