Repeater simple doesn't exist

I can't use Repeater simple() method that give me error
Forms\Components\Repeater::make('invitations')
    ->simple(
        Forms\Components\TextInput::make('email')
            ->email()
            ->required(),
    )
Was this page helpful?