We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
'Error in directive sortable bind hook: Sortable is not a constructor'
I assume the Sortable dependency did some breaking changes
The text was updated successfully, but these errors were encountered:
Yup, appears Sortable dep now exports an object with the Sortable ctor as a member.
Sortable
Sorry, something went wrong.
@foxbunny And what that means? And how to make it work?
@shortcodes I think it should be:
var Sortable = typeof require === 'function' ? require('sortablejs').Sortable // <-- this here : window.Sortable
No branches or pull requests
'Error in directive sortable bind hook: Sortable is not a constructor'
I assume the Sortable dependency did some breaking changes
The text was updated successfully, but these errors were encountered: