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
For me it is happening the same but instead of comment at my first position is "v-if" condition what have "false" value. Which results in <!--v-if--> comment.
Version
3.0.0-rc.10
Reproduction link
https://codesandbox.io/s/youthful-sky-is4hc?file=/src/App.vue
Steps to reproduce
What is expected?
Items should be rendered correctly after shuffling the array
What is actually happening?
Getting the following error:
Uncaught (in promise) TypeError: Failed to execute 'insertBefore' on 'Node': parameter 1 is not of type 'Node'.
The text was updated successfully, but these errors were encountered: