diff --git a/src/Livewire/Servers.php b/src/Livewire/Servers.php index 4269c637..60b761fe 100644 --- a/src/Livewire/Servers.php +++ b/src/Livewire/Servers.php @@ -20,6 +20,8 @@ class Servers extends Component */ public function render(callable $query): Renderable { + // TODO: Chart doesn't update immediately when changing the period. + return View::make('pulse::livewire.servers', [ 'servers' => $this->servers ??= $query($this->periodAsInterval()), ]);