Skip to content

Modal x close button displayed as "×"  #2098

@hilafarmigo

Description

@hilafarmigo

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions