zeshan77
zeshan77
FFilament
Created by zeshan77 on 4/29/2025 in #❓┊help
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.
2 replies