container = $container; return $this; } public function getContainer(): ComponentContainer { return $this->container; } public function getLivewire(): HasForms { return $this->getContainer()->getLivewire(); } }