{"record":{"id":"da9f904dfaf29c8c","repo":"filamentphp/filament","slug":"could-not-find-component-key-to-partially-ren","errorCode":null,"errorMessage":"Could not find component [{$key}] to partially render.","messagePattern":"Could not find component \\[(.+?)\\] to partially render\\.","errorType":"exception","errorClass":"InvalidArgumentException","httpStatus":null,"severity":"error","filePath":"packages/schemas/src/Components/Concerns/HasState.php","lineNumber":185,"sourceCode":"        }\n\n        return $this;\n    }\n\n    public function callAfterStateUpdated(bool $shouldBubbleToParents = true): static\n    {\n        $this->callAfterStateUpdatedHooks();\n\n        if ($this->isPartiallyRenderedAfterStateUpdated()) {\n            $this->partiallyRender();\n        }\n\n        if (filled($components = $this->getComponentsToPartiallyRenderAfterStateUpdated())) {\n            foreach ($components as $key) {\n                $component = $this->getLivewire()->getSchemaComponent($this->resolveRelativeKey($key), withHidden: true);\n\n                if (! $component) {\n                    throw new InvalidArgumentException(\"Could not find component [{$key}] to partially render.\");\n                }\n\n                $component->partiallyRender();\n            }\n        }\n\n        if ($this->isRenderlessAfterStateUpdated()) {\n            $this->skipRender();\n        }\n\n        if ($shouldBubbleToParents) {\n            $this->getContainer()->getParentComponent()?->callAfterStateUpdated();\n        }\n\n        return $this;\n    }\n\n    protected function callAfterStateUpdatedHooks(): static","sourceCodeStart":167,"sourceCodeEnd":203,"githubUrl":"https://github.com/filamentphp/filament/blob/53483fa9340e4ec637985fe454ebb58afb92ea24/packages/schemas/src/Components/Concerns/HasState.php#L167-L203","documentation":"Error \"Could not find component [{$key}] to partially render.\" thrown in filamentphp/filament.","triggerScenarios":"Thrown at packages/schemas/src/Components/Concerns/HasState.php:185 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"53483fa9340e4ec637985fe454ebb58afb92ea24","analyzedAt":"2026-08-17T02:06:23.049Z","schemaVersion":2},"datasetVersion":"2026-08-17T04:17:16.089Z"}