Skip to content

Cannot use alias on / route #1427

Closed
Closed
@TynesideGroup

Description

@TynesideGroup

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 a name

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 a name

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions