renderHook() component appears unstyled

I'm adding a top banner on the dashboard using the
   Filament::registerRenderHook(
                'styles.end',
                fn (): string => Blade::render('@livewire(\'banner-component\')'),
            );
.The banner is showing but without the styling.
Solution
Yeap it worked.Really needed to run a build.Thank you.
Was this page helpful?