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
I'm struggling to pass a hasMany relationship into a {{#sortable-objects}}. It works fine in the simple case of a single sortable list but I'm finding that if either:
Use a single list and set inPlace=true
Use multiple lists and drag from one list to a list to another where the sortObjectList is a hasMany relationship I get the following error:
Hi there,
I'm struggling to pass a hasMany relationship into a {{#sortable-objects}}. It works fine in the simple case of a single sortable list but I'm finding that if either:
items.findIndex is not a function
This is coming from:
ember-drag-drop/addon/services/drag-coordinator.js
Line 8 in 2f29c0e
findIndex
functionThe text was updated successfully, but these errors were encountered: