79130150

Date: 2024-10-27 08:23:05
Score: 0.5
Natty:
Report link
#[On('basketUpdated')]
public function basketUpdated(): void
{
    $this->emitSelf('refresh');
}

Update you blade with,

<div>
    <livewire:shopping-cart wire:poll="refresh" />
</div>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kaushik Thakkar