mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 21:54:56 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user