#[On('basketUpdated')] public function basketUpdated(): void { $this->emitSelf('refresh'); }
Update you blade with,
<div> <livewire:shopping-cart wire:poll="refresh" /> </div>