Skip to content

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

@bretrzaun

Description

@bretrzaun

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:

  • "jquery": "^3.4.1",
  • "jquery-sortablejs": "^1.0.1",
  • "sortablejs": "^1.10.2",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions