Answer the question
In order to leave comments, you need to log in
How to fix Vue Js error: "Error in nextTick: "NotFoundError: Failed to execute 'insertBefore' on 'Node'"?
I'm developing an app using vue and vue router and I'm having a problem when going from one route to another, it throws an error: vue.common.dev.js:630 [Vue warn]: Error in nextTick: "NotFoundError: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node." at the same time, json is loaded on both pages of the routes and the list from v-for is rendered
Answer the question
In order to leave comments, you need to log in
Well, look for where insertBefore is used in your code.
If not used, then theoretically it may be due to the fact that duplicates come key
across v-for
, but usually this leads to other errors.
Write the same error in full: there, damn it, after the colon there is a specific description that you cut off both on the screen and in the text.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question