🐛(frontend) fix fallback translations with Trans

The fallback of the Trans component didn't work
anymore after upgrade to 16.2.3 of react-i18next.
Upgrading to 16.3.3 fixed the issue.
We added a test to cover this case.
This commit is contained in:
Anthony LC
2025-11-17 15:23:48 +01:00
parent a4e3168682
commit 3ae8046ffc
4 changed files with 33 additions and 5 deletions

View File

@@ -62,7 +62,7 @@
"react": "*",
"react-aria-components": "1.13.0",
"react-dom": "*",
"react-i18next": "16.2.3",
"react-i18next": "16.3.3",
"react-intersection-observer": "10.0.0",
"react-resizable-panels": "3.0.6",
"react-select": "5.10.2",