You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using React components with children to replace self closing tags in translations, the children of react component is replaced.
Probably continuation of this issue: #1695
🐛 Bug Report
When using React components with children to replace self closing tags in translations, the children of react component is replaced.
Probably continuation of this issue: #1695
To Reproduce
https://stackblitz.com/edit/vitejs-vite-f6qrql?file=package.json,src%2Fmain.tsx%3AL41&terminal=dev
expected result:
actual result:
Expected behavior
React component children would be preserved
Your Environment
"i18next": "^24.0.2",
"react-i18next": "^15.1.2"
The text was updated successfully, but these errors were encountered: