i18n-ally
i18n-ally copied to clipboard
fix: react-intl's FormattedMessage component matching failed
<FormattedMessage
id="my.i18n.key"
values={{value: 1}}
/>
In the above code, the first character after FormattedMessage is not a space or open parenthesis, but a line break, causing the match to fail