i18n-ally icon indicating copy to clipboard operation
i18n-ally copied to clipboard

fix: react-intl's FormattedMessage component matching failed

Open keuby opened this issue 11 months ago • 1 comments

<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

keuby avatar Mar 15 '24 06:03 keuby