mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-05-02 01:24:56 +00:00
Generated by Spark: Run the linter to verify all warnings are resolved
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 {
|
||||
// Ignore invalid JSON while user is typing
|
||||
} catch (err) {
|
||||
console.debug('Invalid JSON while typing:', err)
|
||||
}
|
||||
}}
|
||||
className="font-mono text-sm h-64"
|
||||
|
||||
Reference in New Issue
Block a user