Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/bug 1691 preserving change language binding (#1720)
* test: bug 1691 second attempt, add test for actual use of i18n.changeLanguage with useTranslation * fix: (pre-cleanup) bug 1691 cherry pick of 168b8f0: use memoization of fixedT function, bad impl, breaks test that was introduced in parent commit, verifying bug here: #1716 (comment) * fix: (pre-cleanup) bug 1691 fixing dev issue: regenerate a new t fn everywhere other than where the bug was occurring, and keep shallow routing working via dependency list of useCallback hook. Fixes test broken by parent commit. * style: cleanup debug messages for bug 1691 * build: bug 1691 npm run build
- Loading branch information