dateTimeTooltip() method not found
Am I losing the plot???
From the documentation: https://filamentphp.com/docs/3.x/infolists/entries/text#date-formatting
Code:
Result:
BadMethodCallException
PHP 8.2.23
11.10.0
Method Filament\Infolists\Components\TextEntry::dateTimeTooltip does not exist.
9 Replies
try to update your Filament version
Was on 3.2.90, which is pretty recent,
Updated to 3.2.112 just to be sure, but it is still same issue.
are you sure?
php artisan about --only=Filament
what is the output?maybe cache?
Is it working on yours?
yep, present here https://github.com/filamentphp/filament/blob/3.x/packages/infolists/src/Components/Concerns/CanFormatState.php
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
hmmm.....my vendor file is different. Need to investigate...
My local issue, apologies for the distraction,