-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Open
Labels
bugcontribution welcomefixed on 4.xThis issue has been already fixed on the v4 but exists in v3This issue has been already fixed on the v4 but exists in v3
Description
Version
2.7.0
Reproduction link
http://jsfiddle.net/9r6xhqbp/37/
Steps to reproduce
Add the following to your router:
{
path: '/view',
alias: '/view/*',
redirect: '/analytics',
},
Navigate to /view/blabla.
What is expected?
I'd expect to be redirected to /analytics
What is actually happening?
/view/*
is now an alias for /analytics
, where I would have expected it to redirect instead.
/view
redirects as expected.
Metadata
Metadata
Assignees
Labels
bugcontribution welcomefixed on 4.xThis issue has been already fixed on the v4 but exists in v3This issue has been already fixed on the v4 but exists in v3