Typed property Filament\Widgets\TableWidget::$table must not be accessed before initialization
when is called but the eager relationship is never loaded causing error:Attempted to lazy load [language] on model
$table->getLivewire()->getTableFilterState('language_id') but this causes a recursive loop 500 error. Also tried $this->getTableFilterState('language_id')['value'] ?? null;