ManageRelatedRecords widgets with table filter records

I have the following error:
Unable to resolve dependency [Parameter #0 [ <required> string|int $record ]] in class Filament\Resources\Pages\ManageRelatedRecords

In Page I have
use ExposesTableToWidgets;

And in the Widget:
use InteractsWithPageTable;

And I use $this->getPageTableQuery()
Was this page helpful?