-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
Occurs in react-i18next version
[email protected]
To Reproduce
Render:
<Trans i18nKey="myLangText">
Please click on <span onClick={this.toggleTipsModal}><u>here</u></span> for further information.
</Trans>
Lang:
"myLangText": "Please click on <1><2>here</2></1> for further information.",
Expected behaviour
Please click on <span><u>here</u></span> for further information.
Current behaviour
Please click on <span>here</span> for further information.
OS (please complete the following information):
- Browser: Latest Chrome for Windows
ticketapp
Metadata
Metadata
Assignees
Labels
No labels