getTableRecordKey(): Return value must be of type string, null
I suddenly get this error:
Filament\Resources\Pages\ListRecords::getTableRecordKey(): Return value must be of type string, null returned
In V2 I used to solve it by having this:
This doesn't seem to work anymore. this error came today after updating to the latest version.
the table query:
Filament\Resources\Pages\ListRecords::getTableRecordKey(): Return value must be of type string, null returned
In V2 I used to solve it by having this:
This doesn't seem to work anymore. this error came today after updating to the latest version.
the table query:
Solution
well... the reason for the error was because of two entries in my DB that had no ID... my bad!