Loading Indicators always spinning

Hi,

All my filament indicators are spinning all the time now:


I've tried adding @livewireStyles into my layout head, which seemed to fix it for some people, but that made no difference, not even after recompiling the CSS/JS.

Any other ideas?
image.png
Solution
Got it. I'd added
Filament::registerRenderHook(
     'panels::head.end',
   fn () : string => Blade::render('@livewireScripts'),
);


But somewhere livewire is already defined, according to the console, so it must be in the filament JS I guess.
Was this page helpful?