extraItemActions method on Repeater

when i try to use this method there is a error:
"Method Filament\Forms\Components\Repeater::extraItemActions does not exist."

but the Method is described in the documentation:

https://filamentphp.com/docs/3.x/forms/fields/repeater#adding-extra-item-actions-to-a-repeater
Solution
make sure to upgrade filament to the last version
Was this page helpful?