Repeater with ActionGroup in extraItemActions

I am working on a repeater where I want my users to have a dropdown for multiple actions.
Whenever I add
Repeaer('consignments')
->extraItemActions([
  ActionGroup::make([])
]);

It returns Method Filament\Tables\Actions\ActionGroup::getName does not exist.

Are ActionGroups not suported for the extra actions in the repeater? Thanks!
Was this page helpful?