w = $service->fetch(); } #[On('echo:fox,.stats.weather')] public function onWeather(array $payload): void { $this->w = $payload; } public function render() { return view('livewire.widgets.weather', ['w' => $this->w]); } }