isLimited combined with getTableRecordActionUsing breaks

Using the table package, I created a table in a Livewire component.
Everything works, until I add the combination of an expandableList and getTableRecordActionUsing()

The problem is getTableRecordActionUsing() adds a wrapper button on every cell in the table, but the button to toggle isLimited, is put outside of this wrapper. Thus Alpine throwing an error because the isLimited alpine object, it outside of the scope of the "show more" button.

Is this a Filament bug? or Am I doing something wrong?
Was this page helpful?