Dan Harrin
Dan Harrin
Should be fixed by #15514
Fixed by #16068
Thanks @borjajimnz, I also can't reproduce this issue
Filament wraps the entire record in a `` when the "Record URL" feature is being used. The browser breaks when you then put another link inside the record, since it...
At this point, maybe the entire writer creation process should just be moved onto the Exporter class, so it can be overriden in any way instead of needing all these...
Can yon move all the writer logic into the exporter class then please? We could even remove that `configureXlsxWriterBeforeClose()` method tbh
Hi, are you able to making the suggested changes so we can merge the PR?
Replaced by 476b92c7f1a04dc29066eb271bd498f8d25b6a6c
Hi, I would suggest using a disk such as S3 to store files instead of using the public filesystem since this is not secure for your users. Additionally, Laravel does...
Have you experienced this behaviour within other Livewire apps before, where `wire:model` input binding is used? Or is it just Filament?