Laravel – livewire wire:poll does not work correctly
I use Laravel 11 and livewire 3.5. I created a page with php artisan make:livewire TvDisplay, configured the controller and View, however when adding wire:poll to the components that need to be updated, the screen after 2.5s becomes completely white…