Alpine plugins and Filament scripts problem
I have an application where I am using a few of the Filament packages. I am also using custom Alpine packages in this app.
Here's the problem: Filament asks me to replace @livewireScripts with @/filamentScripts, but Livewire asks me to change @livewireScripts into @livewireScriptConfig to make the custom Alpine plugins work... Using both means running two instances 🥲
How do I fix this?
2 Replies
How are you loading the Alpine packages?
npm install
or script from a CDN?Did you ever solve this? i'm running in to the same issue