5.0.3
Version 0.61.52 Chromium: 73.0.3683.86 / MacOS 10.14.2
Open Vue devtools, change tab to "Vuex" and try to see the current state
There was a way to see the current Vuex state but now there is the only way to see it by mutation
I can see the state only by mutation
Select last mutation to see actual state. Last mutation is selected by default.
After selecting last mutation, loading state... loader indicator enter in an infinite loop.

Oh.. possible bug :)
Yeah, I'm developing with nuxt.js, I notice that without "@nuxtjs/auth": "^4.5.3" module, vue dev tools load state correctly and it's really fast.
With this module in console:

Sounds similar to the issues I was facing in #922 I have posted some workarounds in my latest comment there
Thanks G-Bro, following #922
Temporary workaround: did a manual install of [email protected] and I don't see this issue using that release.
I see the infinite loop loading Vuex state too. When I click the new button in the last mutation to load the Vuex state, it loads very slowly, sometimes doesn't load at all unless I reopen devtools. Eventually I see a 100% CPU process for Google Chrome Helper and have to force quit the tab. Only see this issue in version 5.x.
We have an issue with dynamic vuex modules.
We register/unregister them in route components.
When I click "load state" in dev tools it tries to register these modules again (I guess) and fails with errors like vuex.esm.js:729 [vuex] duplicate getter key:
@filippolcr I have the same issue by using version 4.1.5, click "Load state" a few times and the state may eventually display
Please open separate issues for each problem.
Most helpful comment
After selecting last mutation, loading state... loader indicator enter in an infinite loop.