Is there an error in `Filament\Table\Table::defaultSort()`...?š¤
I was trying to pass a Closure to
Here is the latest version of
Seems like passing
Am I doing this wrong, or is this an error...? Seems like this is an error to me.
defaultSort() for the second argument, $direction for a table that I have.Here is the latest version of
defaultSort() in Filament\Tables\Table:Seems like passing
$direction to Str::lower() when $direction is a Closure causes an exception: mb_strtolower(): Argument #1 ($string) must be of type string, Closure givenAm I doing this wrong, or is this an error...? Seems like this is an error to me.