Skip to content

Visual bug on routes list when redirect is a function #1027

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

Closed
sharkykh opened this issue Jun 28, 2019 · 0 comments
Closed

Visual bug on routes list when redirect is a function #1027

sharkykh opened this issue Jun 28, 2019 · 0 comments
Labels

Comments

@sharkykh
Copy link

sharkykh commented Jun 28, 2019

Version

5.1.1

Browser and OS info

Chrome 75.0.3770.100 x64 / Windows 10.0.17763 Pro x64

Steps to reproduce

Have a route with redirect as a function, for example:

{
    name: 'editShow-legacy',
    path: '/home/editShow',
    redirect: to => ({
        name: to.name.replace('-legacy', '')
    })
}

What is expected?

I'm assuming the same thing as on the meta (right) panel.
Or maybe something a little shorter like: ƒ redirect(...)

What is actually happening?

chrome_cWLNH7WHUC

@Akryum Akryum added the bug label Jun 28, 2019
rudy750 pushed a commit to rudy750/vue-devtools that referenced this issue Oct 18, 2019
rudy750 pushed a commit to rudy750/vue-devtools that referenced this issue Oct 18, 2019
…d property that checks for a custon display
@Akryum Akryum closed this as completed in f7e2b09 Oct 30, 2019
sp1ker pushed a commit to sp1ker/vue-devtools that referenced this issue Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants