-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Description
Vue.js version
2.0rc3 (probably was occurring in 1.x versions but I'm not sure)
Reproduction Link
https://jsfiddle.net/7e0sfqo7/
Sorry it's not very minimal. Had a hell of a time reproducing this.
Steps to reproduce
Click "Change Data" button.
What is Expected?
New data will populate template.
What is actually happening?
Firefox: "NotFoundError: Node was not found"
Trace:
insertBefore()
updateChildren()
patchVnode()
updateChildren()
patchVnode()
patch()
lifecycleMixin/Vue.prototype._update()
lifecycleMixin/Vue.prototype._mount/vm._watcher<()
get()
run()
flushSchedulerQueue()
nextTickHandler()
Chromium: "Uncaught 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."
I'm assuming this is related/similar to #3043.
Metadata
Metadata
Assignees
Labels
No labels