Sourced from react-i18next's changelog.
17.0.12
- fix(IcuTrans): key-less
icu.macronodes (<Trans>Welcome, {name}!</Trans>,<Select>,<Plural>withouti18nKey) rendered an empty string since 17.0.0. The macro now emits<IcuTrans defaultTranslation="…">without a key andIcuTranspassedundefinedtot(), which returns''. LikeTrans,IcuTransnow usesdefaultTranslationas the key wheni18nKeyis not provided.
ea721fb
17.0.126c2a71e
fix(IcuTrans): use defaultTranslation as key when no i18nKey is
given258c96d
chore(examples): upgrade all example apps off unmaintained
toolchainsb8677c8
chore: update dependencies to close dependabot alertsaa9c92b
docs: point Trans component links at the current docs (#1929)