We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
6.0.6
Firefox 97 / Windows 10
import Vuex from 'vuex' Vue.use(Vuex) const store = new Vuex.Store({ state:{ user:"user" } }); const app = new Vue({ el: '#app', store, })
The stored key is visible under the Root
The Root is empty
If I include modules they work correctly, the issue is only with the Root element.
The DevTool is working fine in Chrome 98
Edit: Downgrading to 6.0.5 solved the issue
Edit 2: I discovered in Chrome I run 6.0.2 so that part is irrelevant
The text was updated successfully, but these errors were encountered:
765d0e0
I still have the same issue on Vue.js devtools 6.1.4. But it works as expected on Vue.js devtools 5.3.4. I'm using vue@2.6.14 + vuex@3.6.2
Sorry, something went wrong.
No branches or pull requests
Version
6.0.6
Browser and OS info
Firefox 97 / Windows 10
Steps to reproduce
What is expected?
The stored key is visible under the Root
What is actually happening?
The Root is empty
If I include modules they work correctly, the issue is only with the Root element.
The DevTool is working fine in Chrome 98Edit: Downgrading to 6.0.5 solved the issue
Edit 2: I discovered in Chrome I run 6.0.2 so that part is irrelevant
The text was updated successfully, but these errors were encountered: