© 2026 Hedgehog Software, LLC
use Livewire\Attributes\On; #[On('updatePage')] public function updatePage(): void { //... }
$this->dispatch('updatePage');