Sourced from react-i18next's changelog.
16.2.0
- try to address: useTranslation hook violates React's rules of hooks by conditionally calling inner hooks 1863
16.1.6
- fix: fix: handle spread props for inner components in Trans (icu) 1877
16.1.5
- fix: Incosistent behaviour of Trans and t. Trans set defaultValue when t call doesn't set the field. 1876
- Trans: use also defaultValue via tOptions as fallback
16.1.4
- fix: detect pre-transformation use of interpolation like number/date/etc. 1875
16.1.3
- fix: ensure invalid identifiers are quoted in the props object 1874
aa66a89
16.2.0a080c76
address #1863
with Option 20c33e69
Merge branch 'try-fix-react-violation-2'3bf5c85
use use-sync-external-store shim for useSyncExternalStore4dab58c
16.1.6d692624
release94278a7
fix: handle spread props for inner components in Trans (#1869)
(#1877)a5287b5
16.1.5f22d478
try to address #1876
and use also defaultValue via tOptions as fallback619fa59
16.1.4