© 2026 Hedgehog Software, LLC
// App/Filament/Widgets/StudioStats public function getSectionContentComponent(): Component { return parent::getSectionContentComponent() ->headerActions([ Action::make('foo') ->schema([ TextInput::make('bar'), ]) ]); }
Unable to call component method. Public method [mountAction] not found on component