mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 21:54:56 +00:00
- Removed deleted EditorToolbar and MonacoEditorPanel from CodeEditor - Fixed SearchBar import in ComprehensiveDemoTaskList (replaced with Input) - Updated AtomicComponentDemo to remove missing Grid component import - Fixed atoms/index.ts to export only available JSON components - Re-added Container component support (JSON definition exists) - All build errors resolved, production build passes successfully Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
20 lines
515 B
JSON
20 lines
515 B
JSON
{
|
|
"timestamp": "2026-01-21T03:34:37.155Z",
|
|
"issues": [
|
|
{
|
|
"severity": "error",
|
|
"category": "broken-load-path",
|
|
"file": "registry: CodeEditor",
|
|
"message": "Component \"CodeEditor\" has load.path \"@/components/CodeEditor\" but file not found",
|
|
"suggestion": "Fix or remove load.path in registry"
|
|
}
|
|
],
|
|
"stats": {
|
|
"totalJsonFiles": 338,
|
|
"totalTsxFiles": 412,
|
|
"registryEntries": 360,
|
|
"orphanedJson": 0,
|
|
"duplicates": 0,
|
|
"obsoleteWrapperRefs": 0
|
|
}
|
|
} |