You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set key to 0 of a component you won't see it back in vue devtools, this occurs if you put the index of an array as the key which starts at 0. The first one is invisible after that one the 1 etc. is visible.
What is expected?
That it also shows 0 as a valid key
What is actually happening?
It doesnt show up in the component tree
Already fixed the bug I will set up a pull request :)!
The text was updated successfully, but these errors were encountered:
AnwarElbo
added a commit
to AnwarElbo/vue-devtools
that referenced
this issue
Nov 16, 2018
…uejs#828)
* vuejs#827: Show 0 as a valid key in the component tree
* Delete spaces
* test(e2e): 0 key
Co-authored-by: Guillaume Chau <[email protected]>
Version
5.0.0-beta.3
Browser and OS info
Chrome Version 70.0.3538.102, Windows 10
Steps to reproduce
Set key to 0 of a component you won't see it back in vue devtools, this occurs if you put the index of an array as the key which starts at 0. The first one is invisible after that one the 1 etc. is visible.
What is expected?
That it also shows 0 as a valid key
What is actually happening?
It doesnt show up in the component tree
Already fixed the bug I will set up a pull request :)!
The text was updated successfully, but these errors were encountered: