-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
I've just updated my project to the latest version of Ember.js (2.10.0) which comes with Glimmer 2 enabled by default and I'm getting multiple errors when I try to drag and drop my elements. They come in three types:
Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
Uncaught DOMException: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
Uncaught Error: Cannot call next() on an empty iterator
With the previous version of Ember I was using, 2.8.0 it was working just fine.
Any thoughts on that?
renatocarvalho
Metadata
Metadata
Assignees
Labels
No labels