pxlrbt / filament-excel

Excel Export for Filament Admin Resources
MIT License
323 stars 68 forks source link

Fix queued exports on related records table #159

Closed ConnorHowell closed 7 months ago

ConnorHowell commented 7 months ago

Issue

Getting the following exception when attempting to queue an export for a table as part of a ManageRelatedRecords page. Typed property Filament\Resources\Pages\ManageRelatedRecords::$record must not be accessed before initialization

Fix

Return $this->livewire if it's a queued export prior to attempting to call bootedInteractsWithTable() on the livewire component.

pxlrbt commented 7 months ago

I'll merge this for now and hope it doesn't break anything else 🙈