Closed
Description
Version
2.5.3
Reproduction link
http://jsfiddle.net/9r6xhqbp/31/
Steps to reproduce
- Use an alias on base
/
route (alias does not work) - Add a child to the aliased
/
route (alias child does not work) - Give the aliased child route a
name
(throws "Duplicate named routes definition" warnings)
What is expected?
- Alias on base
/
route should work as expected - Child routes on aliased
/
route should work as expected - No "Duplicate named routes definition" warnings should be thrown on aliased base
/
child routes that have aname
What is actually happening?
- Alias on base
/
route does not work - Children on aliased base
/
route do not work - "Duplicate named route definition" warning is thrown for aliased base
/
child routes that have aname