SortableJS / jquery-sortablejs

A jQuery binding for SortableJS
https://sortablejs.github.io/Sortable/
203 stars 55 forks source link

Uncaught TypeError: Cannot use 'in' operator to search for '#<Object>' in undefined #6

Open bretrzaun opened 4 years ago

bretrzaun commented 4 years ago

When using this call:

$(listId).sortable({
    handle : '.sortablehandle',
    onChange: function() {
        //...
    }
});

I am getting the following error in jquery-sortable.js:68:

Uncaught TypeError: Cannot use 'in' operator to search for '#<Object>' in undefined

I am using this versions:

bertoost commented 1 year ago

Im getting too :-( forcing me to use native Sortable instead