Generated by Spark: /home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/ComponentTreeBuilder.tsx

Error:   277:29  error  Empty block statement  no-empty
This commit is contained in:
2026-01-17 13:40:59 +00:00
committed by GitHub
parent c96270a892
commit 4fe05f4e45

View File

@@ -274,8 +274,8 @@ export function ComponentTreeBuilder({
try {
const props = JSON.parse(e.target.value)
updateNode(selectedNode.id, { props })
} catch {
} catch (error) {
console.debug('Invalid JSON during typing:', error)
}
}}
className="font-mono text-sm h-64"