-
Notifications
You must be signed in to change notification settings - Fork 55
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
Sortable is not a constructor #3
Comments
@treyan94 Are you importing it in a NodeJS context? |
This issue happens with the newer versions of sortablejs. Downgraded to 1.9, all fine. |
Downgrade is (often) not the best solution. To 1.10+ try:
|
I'm having the same issue but @mariovalney's answer isn't working. Still getting the
jquery sortable: v1.0.1 |
I have the same issue... Anyone have the solution ? |
try Sortable.Sortable. console.log(Sortable) you will see three module. |
Is there any way to use a CDN version of sortableJS. I have a simple app and dont' really want to go through setting up an entire build process... |
I keep getting
Sortable is not a constructor
when using it with Webpack in Laravel.It works fine when I use CDN. What could be causing this?
The text was updated successfully, but these errors were encountered: