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
Inside the Tips section of the useSortable composable, the current docs passes the list as list.value, but when used this way, the moveArrayElement doesn't work, unless we pass the list as a ref itself.