Tiago Padilha

Results 6 comments of Tiago Padilha

Same issue using livewire, LogicException Queueing collections with multiple model types is not supported. public $search = ''; public $searchResults = []; public function updatedSearch(){ $this->searchResults = Search::new() ->add(User::class, [...

@jubagg Can you post print of your livewire component?

@jubagg follow @PH7-Jack tip, it works for me

sometimes this happened to me, but it was an error in the livewire rendering, I added wire:key in the dynamic elements and the problem was solved

I don't know what happens anymore. I install the package via composer require, I run it the first time, it works perfectly, after a while, error 500 appears, always something...

sorry, I confused the package installation :/, but the problem occurred with the correct package. Updated to the latest version, let's see, thanks