uploadingMessage method does not work for FileUpload

I have a form with a fileUpload component and I'm trying to change the uploading text.

use Filament\Forms\Components\FileUpload; FileUpload::make('attachment') ->uploadingMessage('Uploading attachment...')

I'm trying to follow the documentation here: https://filamentphp.com/docs/3.x/forms/fields/file-upload

But it seems the uploadingMessage doesn't actually exist because I get this error:
Method Filament\Forms\Components\FileUpload::uploadingMessage does not exist.
Was this page helpful?