-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Cannot inspect Map in vue-devtools #744
Labels
Comments
Closed
Akryum
added
bug
need team repro
We acknowledged your report and will soon try to reproduce it
priority: low
labels
Sep 9, 2018
Anything new on this? |
Akryum
added
need repro
and removed
bug
need team repro
We acknowledged your report and will soon try to reproduce it
labels
Mar 20, 2019
@Akryum thank you for your reply. I restored the example links. |
I guess it's happening because you are using a polyfilled |
Thank you |
simsim0709
pushed a commit
to simsim0709/vue-devtools
that referenced
this issue
May 7, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
4.1.5
Browser and OS info
Google Chrome Version 68.0.3440.106 (Official Build) (64-Bit) on Windows 10
Steps to reproduce
Here is a little code sandbox:
Code:
https://codesandbox.io/s/m9qr69jmkp
Preview:
https://m9qr69jmkp.codesandbox.io/
Using the inputs you can add values to the map.
The console.log shows you all the map content, but using vue-devtools it is not possible to inspect the map.
You can only see "myMap: Map" .. so you can see that it is a map, but cannot see what it contains.
What is expected?
that i can see the Maps content by inspecting the map using the vue-devtools
What is actually happening?
Its only displayed that the data is from type Map, but you cannot interact with it, you cannot inspect its content
Reproducable with vue version 2.5.17 in latest nuxt version
The text was updated successfully, but these errors were encountered: