Vue-devtools: Legacy mode setting not working properly

Created on 28 Mar 2019  路  3Comments  路  Source: vuejs/vue-devtools

Version

5.0.5

Browser and OS info

MacOs, Chrome 73

Steps to reproduce

  • Start an application with Vue 2.x and Vuex 1.x
  • Start the Vue Devtools
  • Try to load mutations

What is expected?

Map the mutations properly

What is actually happening?

Throws an error


It looks like the backend/vuex.js cannot read properly the SharedData values.

I've checked and the vuex1 flag is present in the storage with true value, and also looks good on the settings page, but when the backend/vuex.js tries to read it, it's always false.

Screenshots:

https://ibb.co/0DmhLyg
https://ibb.co/CmGJXxv

bug need team repro

Most helpful comment

Hi @Akryum,

I've created a sandbox where I was able to reproduce this even on windows and mac.

edit:
The issue is still the same. The flag for the legacy option is present in the local storage, but it's still false in the shared data

All 3 comments

I'm sorry I can't reproduce this.

@vuejs/vue-devtools Could someone try to reproduce with a Mac?

Hi @Akryum,

I've created a sandbox where I was able to reproduce this even on windows and mac.

edit:
The issue is still the same. The flag for the legacy option is present in the local storage, but it's still false in the shared data

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kevinaskin picture kevinaskin  路  3Comments

pxwee5 picture pxwee5  路  3Comments

davestewart picture davestewart  路  3Comments

trollderius picture trollderius  路  3Comments

jonathantizard picture jonathantizard  路  4Comments