Dmitry Chukhlyaev
Dmitry Chukhlyaev
I have the same issue. Is there a work around?
Similar problem in safari (verison in console)  Simple example: https://codesandbox.io/p/devbox/i18-next-native-function-bug-2srdcz
Looks like this issue libwebkit2gtk-4.0-37=2.40.5-1 only... (maybe some another versions) Newer libwebkit2gtk has no this problem. Reproducing issue on debian-11.7.0: run `sudo apt install libwebkit2gtk-4.0-37=2.40.5-1~bed11u1 libjavascriptcoregtk-4.0-18=2.40.5-1~deb11u1` and open _usr/lib/x86_64-linux-gnu/webit2gtk-4.0/MiniBrowser_ and...
Btw, temporary fix (useTranslation wrapper, 'static' and 'backend' - my namespaces): ```javascript import { useMemo } from 'react'; import type { FallbackNs, UseTranslationOptions } from 'react-i18next'; import { useTranslation as...