getKey(); // In Livewire v3, dispatch() emits a DOM event that bubbles. // Our progress widget is mounted outside the initiating component's DOM tree, // so we target it explicitly to ensure it receives the event immediately. $livewire->dispatch(self::RunEnqueued, tenantId: $tenantId)->to(BulkOperationProgress::class); } }