SpatieTagsColumn::cacheState does not exist

I get the following error message on a resource index page
Method Filament\Tables\Columns\SpatieTagsColumn::cacheState does not exist.
Method Filament\Tables\Columns\SpatieTagsColumn::cacheState does not exist.
However I am not calling cacheState from anywhere in my codebase. This is how I am trying to use it:
use Filament\Tables\Columns\SpatieTagsColumn;
SpatieTagsColumn::make('tags')
use Filament\Tables\Columns\SpatieTagsColumn;
SpatieTagsColumn::make('tags')
I'm wondering what am I doing wrong here.
1 Reply
Dan Harrin
Dan Harrin17h ago
Ensure that the version of the tags plugin you are using matches the main Filament tables version

Did you find this page helpful?