Plugin v2 -> v3 upgrade - custom view page not showing header actions

My header actions are not displaying on the page. According to the docs should be auto-magic https://filamentphp.com/docs/3.x/panels/pages#adding-actions-to-pages

Working my way up the inheritance the vendor/filament/filament/src/Pages/Page.php has the Concerns\InteractsWithHeaderActions; and the method is being called as I can output the returning array to ray.

Am I extending the correct layout/template <x-filament-panels::page> or any thoughts as to why my actions are not displaying as expected?

TIA
Was this page helpful?