After npm install command I see in the ModalHeader.js that it is build with wrong character like this:
this.props.closeButton && _react2['default'].createElement(
'button',
{
type: 'button',
className: 'close',
'aria-label': label,
onClick: onHide },
_react2['default'].createElement(
'span',
{ 'aria-hidden': 'true' },
'×'
)
This happens only on our linux production machine and not on osx.
Any chance you know how we can solve this issue?
After npm install command I see in the ModalHeader.js that it is build with wrong character like this:
this.props.closeButton && _react2['default'].createElement(
'button',
{
type: 'button',
className: 'close',
'aria-label': label,
onClick: onHide },
_react2['default'].createElement(
'span',
{ 'aria-hidden': 'true' },
'×'
)
This happens only on our linux production machine and not on osx.
Any chance you know how we can solve this issue?