Skip to content
New issue

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

Error: [vuex] do not mutate vuex store state outside mutation handlers. #946

Open
MathieuDerelle opened this issue Nov 2, 2023 · 1 comment · May be fixed by #947
Open

Error: [vuex] do not mutate vuex store state outside mutation handlers. #946

MathieuDerelle opened this issue Nov 2, 2023 · 1 comment · May be fixed by #947

Comments

@MathieuDerelle
Copy link

it happens in a tree with at least 3 levels
image

when moving node "test" into "test 2" (as a child)

the stacktrace points to this line

this.$set(this.localValue.children, index, value);

which tells me that that array children is not cloned

@MathieuDerelle MathieuDerelle linked a pull request Nov 2, 2023 that will close this issue
@kwilson1337
Copy link

kwilson1337 commented Mar 13, 2024

I am also experiencing this issue when the tree gets to level 3 or more.

Screenshot 2024-03-13 at 11 40 50 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants