Level 1
did you resolve this? I am having same issue trying to include sort in livewire
Summer Sale! All accounts are 50% off this week.
I am building a dynamic form filter using Filament, and need sort for drag and drop static elements to the form.
Now, I know alpine and livewire comes inbuilt with filament, but when i run consele.log(Alpine) on the blade getting error: Uncaught ReferenceError: Alpine is not defined.
import { Livewire, Alpine } from '../../vendor/livewire/livewire/dist/livewire.esm';
import sort from '@alpinejs/sort'
Alpine.plugin(sort)
Livewire.start()
this is how app.js looks like.
Please or to participate in this conversation.