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?
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?