context = $context; return $this; } public function getContext(): string { if (filled($this->context)) { return $this->context; } if ($this->getParentComponent()) { return $this->getParentComponent()->getContainer()->getContext(); } return $this->getLivewire()::class; } }