ExpandableList isLimited not defined Tables Package

I'm using the tables package, and everything works fine. Except when i try to use an expandablelist in a textcolumn:

            TextColumn::make('certificates')
                ->label(__('Active courses'))
                ->color('primary')
                ->badge()
                ->limitList()
                ->expandableLimitedList()
                ->listWithLineBreaks(),

The show more button isnt shown and the console gives an error about the alpine variable not being defined:
image.png
Was this page helpful?