You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies if I can't offer clearer reproduction steps.
I was using Vue devtools 4.1.5 beta, and switched to 5.0.0.beta 3 to get Vuex mutations on init (#723).
Since switching, my state is displayed recursively in the Vuex panel.
What is expected?
State correspond to actual store state. (this is what is looks like in 4.1.5 beta)
What is actually happening?
State is shown recursively. At the end of a mutation, the state is shown as still "recording"? (this is what is looks like in 5.0.0.beta 3)
Once I click the button, the state look like this:
Details
This is what my state looks like when I hit the export button in 4.1.5 beta:
Version
5.0.0-beta.3
Browser and OS info
Chrome 70.0.3538.67 / Mac OS X 10.13
Steps to reproduce
Apologies if I can't offer clearer reproduction steps.
I was using Vue devtools 4.1.5 beta, and switched to 5.0.0.beta 3 to get Vuex mutations on init (#723).
Since switching, my state is displayed recursively in the Vuex panel.
What is expected?
State correspond to actual store state. (this is what is looks like in 4.1.5 beta)

What is actually happening?
State is shown recursively. At the end of a mutation, the state is shown as still "recording"? (this is what is looks like in 5.0.0.beta 3)


Once I click the button, the state look like this:
Details
This is what my state looks like when I hit the export button in 4.1.5 beta:
This is what the state looks like when I export state in 5.0.0.beta 3
Let me know if I can provide more details.
The text was updated successfully, but these errors were encountered: