-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Hi, I've followed the tutorial on how to use Sortable in my project.
I've included the Sortable script in my index.html:
<script src="https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.13.0/Sortable.min.js"></script>
and I've checked via Developer Tools that it's loaded correctly.
but on load my page crashes:
Microsoft.JSInterop.JSException: Sortable is not a constructor
TypeError: Sortable is not a constructor
at Module.init (.../Shared/SortableList.razor.js:2:20)
I've checked Sortable and new Sortable in browser console and this is the output:

Is SortableList.razor.js incompatible with Sortable 1.13.0?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels