Skip to content
New issue

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

Non-abstract parent routes should be exited when navigating to child #12

Open
kcrwfrd opened this issue Jun 3, 2016 · 0 comments
Open

Comments

@kcrwfrd
Copy link
Owner

kcrwfrd commented Jun 3, 2016

router.route('foo', { abstract: true }).route('foo.bar').route('foo.bar.baz')

// `foo` should be entered, then `foo.bar`
router.go('foo.bar')

// `bar` should be exited, and then baz entered
router.go('foo.bar.baz')

// `foo` is never exited when navigating to any of its children
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant