Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bretrzaun opened this issue Feb 17, 2020 · 1 comment

Comments

@bretrzaun
Copy link

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",
@bertoost
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants