Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

ergo(config): handling different redirects from siblings #89

Open
@btford

Description

@btford

Imagine:

<div router-view-port="left"></div>
<div router-view-port="right"></div>

If left's config looks like: { path: 'foo', redirectTo: 'bar' } and right's config looks like: { path: 'foo', redirectTo: 'baz' }, what should happen?

I think at config-time, whichever is registered second should throw.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions