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
I tried quickly with i18next-parser 9.0.1 and by customizing the JsxLexer, but got the same result. Changing the prop order of key / i18nKey did not fix the problem either, key is always used in place of i18nKey
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
When extracting translation from a
Trans
component with a reactkey
prop, this key is used in place of thei18nKey
.To Reproduce
Running i18next-parser on the following tsx code
Expected behavior
The etracted key should be
my.i18n.key
but is instead{0}
Your Environment
The text was updated successfully, but these errors were encountered: