Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
return _react2.default.createElement(Component, { state: state, key: index });
}),
this.props.softwareSignature ? _react2.default.createElement(
'div',
{
style: rightTextStyle,
title: this.props.softwareSignature + (this.props.softwareSignature.includes('React-Planner') ? '' : ' using React-Planner ' + _version.VERSION)
},
this.props.softwareSignature
) : null,
_react2.default.createElement(
'div',
{ style: rightTextStyle },
_react2.default.createElement(_footerContentButton2.default, {
state: this.state,
icon: _md.MdAddCircle,
iconStyle: errorIconStyle,
text: errors.length.toString(),
textStyle: errorLableStyle,
title: 'Errors [ ' + errors.length + ' ]',
titleStyle: errorLableStyle,
content: [errorsJsx]
}),
_react2.default.createElement(_footerContentButton2.default, {
state: this.state,
icon: _md.MdWarning,
iconStyle: warningIconStyle,
text: warnings.length.toString(),
textStyle: warningLableStyle,
title: 'Warnings [ ' + warnings.length + ' ]',
titleStyle: warningLableStyle,
content: [warningsJsx]