mirror of
https://github.com/xodio/xod.git
synced 2026-03-14 12:46:54 +01:00
fix(xod-client): remove isRequired from TooltipHOC property to avoid React Warnings on dragging Node
This commit is contained in:
@@ -77,7 +77,7 @@ class TooltipHOC extends React.Component {
|
||||
}
|
||||
|
||||
TooltipHOC.propTypes = {
|
||||
content: PropTypes.node.isRequired,
|
||||
content: PropTypes.node,
|
||||
render: PropTypes.func.isRequired,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user