Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
text
} = this.props
return (
)
}
}
BigNode.defaultProps = Object.assign({},
Node.defaultProps,
{
bodyHeight: 100
}
)
const view = {
width: 400,
height: 300,
node: {
a: {
x: 80,
y: 10,
width: 100,
text: 'Root',
outs: ['out']
},