dateTimeTooltip() method not found

Am I losing the plot??? From the documentation: https://filamentphp.com/docs/3.x/infolists/entries/text#date-formatting Code:
<?php

namespace App\Area\Customer\Filament\Resources\UserClientResource\Components;

use Filament\Infolists\Components\{Section, TextEntry};
use Filament\Infolists\Infolist;

class DetailsInfolist extends Infolist
{
public static function getInfolistSchema() : array
{
return [

Section::make('')
->columns(3)

->schema([

TextEntry::make('created_at')
->label('First Registered')
->since()
->dateTimeTooltip(),

]),

];

}
}
<?php

namespace App\Area\Customer\Filament\Resources\UserClientResource\Components;

use Filament\Infolists\Components\{Section, TextEntry};
use Filament\Infolists\Infolist;

class DetailsInfolist extends Infolist
{
public static function getInfolistSchema() : array
{
return [

Section::make('')
->columns(3)

->schema([

TextEntry::make('created_at')
->label('First Registered')
->since()
->dateTimeTooltip(),

]),

];

}
}
Result: BadMethodCallException PHP 8.2.23 11.10.0 Method Filament\Infolists\Components\TextEntry::dateTimeTooltip does not exist.
9 Replies
LeandroFerreira
LeandroFerreira2mo ago
try to update your Filament version
Matthew
Matthew2mo ago
Was on 3.2.90, which is pretty recent, Updated to 3.2.112 just to be sure, but it is still same issue.
LeandroFerreira
LeandroFerreira2mo ago
are you sure? php artisan about --only=Filament what is the output?
Matthew
Matthew2mo ago
No description
LeandroFerreira
LeandroFerreira2mo ago
maybe cache?
Matthew
Matthew2mo ago
No description
Matthew
Matthew2mo ago
Is it working on yours?
LeandroFerreira
LeandroFerreira2mo ago
GitHub
filament/packages/infolists/src/Components/Concerns/CanFormatState....
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS. - filamentphp/filament
Matthew
Matthew2mo ago
hmmm.....my vendor file is different. Need to investigate... My local issue, apologies for the distraction,
Want results from more Discord servers?
Add your server