CLI bug? <FormattedHTMLMessage id=""/>
bob-hrebenciuc opened this issue · 1 comments
bob-hrebenciuc commented
I think I found the bug in CLI. I'm using the latest version (2020-10-16 11:45) with projectType: yahoo/react-intl
CLI is putting <FormattedHTMLMessage id="add-credits-title
instead just a key.
<div className="header-content">
<h1>
<FormattedHTMLMessage id="header-text"/>
</h1>
<h3>
<FormattedHTMLMessage id="header-subtitle"/>
</h3>
<LinkTranslated to="/offer" className="btn btn-primary btn-cta">
<FormattedMessage id="header-button"/>
</LinkTranslated>
</div>
jpomykala commented
Fixed in version 0.6.0