Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
style={{cursor: 'pointer'}}
onClick={() => toggleEditingProperties()}
>
{ isEditingProperties? 'Editing properties' : 'Edit properties' }
)
}
component._name = 'EditNodeComponent'
const EditNode = connect(
mapStateToProps, mapDispatchToProps)(withRebass(component))
EditNode.displayName = 'EditNodeContainer'
module.exports = EditNode
className={cx}
style={sx.root}
{...props}
>
)
}
RemoveButton._name = 'RemoveButton'
module.exports = withRebass(RemoveButton)
{ first }
{ rest }
)
}
Modal._name = 'Modal'
module.exports = withRebass(Modal)
, render: function() {
return (
)
}
}
)
Editor._name = 'Editor'
module.exports = withRebass(Editor)