Livewire custom component blank after Popup Called
I have livewire component called FormDocumentInfolist it will show list data, the data will be empty after a modal shown.
#
┊help
#



use Filament\Forms\Components\Livewire;
use App\Livewire\Foo;
Livewire::make(Foo::class, ['bar' => 'baz'])