5.3.1
Chrome 78.0.3904.70
1 - Open a chrome
2 - Navigate to app
3 - Open Chrome Devtools
4 - Enable 'Autoload state vuex'
5 - Refresh to force reload modules
All modules loaded automatic
No modules loaded in listing
https://drive.google.com/file/d/1zz1MDxu3bKo4DfuF2oja8LxeuIAQkdbB/view?usp=sharing
Do you have a minimal runnable reproduction of the issue?
hi @Akryum . Thank you great extension!
I have same error.
If you implement using https://github.com/vuex-orm/vuex-orm,
foo/bar/query and module are cut under module.
https://codesandbox.io/s/vue-template-ci6qb
https://github.com/wilf312/vuedevtool_test
parent[parts.pop()] = res.getters[key]
https://github.com/vuejs/vue-devtools/blob/dev/packages/app-frontend/src/views/vuex/module.js#L224

Please excuse me if you may not understand or you feel bad with my poor English. :bow:
The devtools now supports displaying getters which have the same name as a child module:

Most helpful comment
The devtools now supports displaying getters which have the same name as a child module: