FilamentF
Filament13mo ago
Rolland

Fix warning message ViewColumn

Tables\Columns\ViewColumn::make('status')
     ->view('filament.resources.itrf.components.stage-status-badge'),


warning message:
"Argument '1' passed to view() is expected to be of type Filament\Support\Components\view-string|null, string givenPHP(PHP0406)"

I am wondering, if I could fix/resolve the warning message if its possible. What are the options other than creating a custom column?
Was this page helpful?