{"record":{"id":"44b8ea61832997ac","repo":"filamentphp/filament","slug":"the-livewire-class-component-must-have-a-tabl","errorCode":null,"errorMessage":"The [{livewire::class}] component must have a table defined.","messagePattern":"The \\[(.+?)\\] component must have a table defined\\.","errorType":"exception","errorClass":"LogicException","httpStatus":null,"severity":"error","filePath":"packages/schemas/src/Components/EmbeddedTable.php","lineNumber":32,"sourceCode":"     */\n    public static function make(string | Closure | null $livewireComponent = null, array | Closure $livewireComponentData = []): static | Livewire\n    {\n        if (filled($livewireComponent)) {\n            return Livewire::make($livewireComponent, $livewireComponentData);\n        }\n\n        $static = app(static::class);\n        $static->configure();\n\n        return $static;\n    }\n\n    public function render(): View\n    {\n        $livewire = $this->getLivewire();\n\n        if (! ($livewire instanceof HasTable)) {\n            throw new LogicException('The [' . $livewire::class . '] component must have a table defined.');\n        }\n\n        return $livewire->getTable()->render();\n    }\n}\n","sourceCodeStart":14,"sourceCodeEnd":38,"githubUrl":"https://github.com/filamentphp/filament/blob/53483fa9340e4ec637985fe454ebb58afb92ea24/packages/schemas/src/Components/EmbeddedTable.php#L14-L38","documentation":"Error \"The [{livewire::class}] component must have a table defined.\" thrown in filamentphp/filament.","triggerScenarios":"Thrown at packages/schemas/src/Components/EmbeddedTable.php:32 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"}