Skip to content
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

edit vuex state value from extension #1731

Closed
mvalitov opened this issue Feb 14, 2022 · 0 comments
Closed

edit vuex state value from extension #1731

mvalitov opened this issue Feb 14, 2022 · 0 comments
Labels

Comments

@mvalitov
Copy link

Version

6.0.9

Browser and OS info

Chrome 96.0.4664.110

Steps to reproduce

Open vue extension in dev tools panel, switch to Vuex tab, select module, click pencil icon for edit value, input new value, press Enter.

What is expected?

Vuex state value editable

What is actually happening?

value does not change, exception in console:

backend.js:702 An error occurred in hook editInspectorState registered by plugin org.vuejs.vue2-internal
callHandlers @ backend.js:702
callHook @ backend.js:195
await in callHook (async)
editInspectorState @ backend.js:422
editInspectorState @ backend.js:2427
(anonymous) @ backend.js:2305
await in (anonymous) (async)
emit @ backend.js:9962
_emit @ backend.js:6595
(anonymous) @ backend.js:6521
(anonymous) @ backend.js:6521
listener @ backend.js:13516
postMessage (async)
n @ proxy.js:1
backend.js:703 TypeError: Cannot read properties of undefined (reading 'data')
    at StateEditor.set (backend.js:6790)
    at Object.set (backend.js:431)
    at backend.js:4875
    at handler (backend.js:679)
    at DevtoolsHookable.callHandlers (backend.js:700)
    at DevtoolsApi.callHook (backend.js:195)
    at async DevtoolsApi.editInspectorState (backend.js:422)
    at async editInspectorState (backend.js:2427)
    at async Bridge.<anonymous> (backend.js:2305)
@Akryum Akryum added the bug label Feb 14, 2022
@Akryum Akryum closed this as completed in 1484c45 Feb 14, 2022
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