Generated by Spark: fix lint warnings

This commit is contained in:
2026-01-17 13:47:52 +00:00
committed by GitHub
parent 2bc40ef5b3
commit 0b991c3a99

View File

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