Devtools 6.0.12 cannot edit a property that is a Map: is this implemented? #1111
Unanswered
space88man
asked this question in
Help and Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
(Not sure whether this is a Pinia or devtools issue so cross-posted here: https://github.com/vuejs/devtools/discussions/1773)
When I inspect the store using the Pinia panel in Firefox/Devtools 6.0.12 a state property of type Map cannot be edited. I am not offered the "pencil" icon, only "Copy Value", "Copy Path".
If I have another state property that is an Array where I stash references to the same set of value objects, editing via the Array property works.
My question is whether write-access via a Map property is expected to work in devtools.
Beta Was this translation helpful? Give feedback.
All reactions