Generated by Spark: Run the linter to verify all warnings are resolved

This commit is contained in:
2026-01-17 13:52:28 +00:00
committed by GitHub
parent d62456e97c
commit f7795c70a4
3 changed files with 269 additions and 14 deletions

View File

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