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.

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')

I'm wondering what am I doing wrong here.
Was this page helpful?