Closed lolen closed 2 years ago
Hey, thanks for the issue. I've investigated it and I'm pretty sure that this is in a bug within Livewire and not Filament:
$wire.
on the select component, I've replaced with $wire?.
, which makes it nullsafe. The error is not gone. This is further confirmation that the null is not an object
probably isn't anything to do with Filament.Thankfully it doesn't affect the functionality of the repeater at all (as far as I know). Let me know if this isn't the case.
I may be wrong - if I am and you find a fix for this within Filament, please submit a PR.
Package
filament/filament
Package Version
v2.5.24
Laravel Version
v8.76.1
Livewire Version
v2.8.2
PHP Version
PHP 8.0.13
Bug description
When we use the
searchable()
option for select in the repeater we get an error in the console when deleting.Steps to reproduce
Relevant log output