Beta 22 seems to break TableWidget
Anyone else stumped on this ?
A fairly simple tableWidget stopped working at beta22 with the error "Typed property Filament\Widgets\TableWidget::$table must not be accessed before initialization"
Solution:Jump to solution
Use the
table()
method to configure the table widget.
```php
public function table(Table $table): Table
{...2 Replies