id = $id; } public function render() { return view('livewire.test.child-component'); } public function doSome() { $this->dispatch('did'); } }