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
Draggable caught errors while triggering 'drag:over'
Array [ DOMException ]
0: DOMException: Node.insertBefore: Child to insert before is not a child of this node
length: 1
: Array []
Basically the sortage works but there is no animation.
With <ul> and <li> the animation work perfectly.
I tried to use a class instead of turbo-frame tag and the error disappears yet the animation still doesn't work.
Is there an easy fix or something I didn't do right.
The text was updated successfully, but these errors were encountered:
NPM Beta 12 built with esbuild
I am using swapAnimation from Plugins and I have an error on the below :
which is :
Draggable caught errors while triggering 'drag:over'
Array [ DOMException ]
0: DOMException: Node.insertBefore: Child to insert before is not a child of this node
length: 1
: Array []
Basically the sortage works but there is no animation.
With
<ul>
and<li>
the animation work perfectly.I tried to use a class instead of
turbo-frame
tag and the error disappears yet the animation still doesn't work.Is there an easy fix or something I didn't do right.
The text was updated successfully, but these errors were encountered: