Dmitry Chukhlyaev

Results 4 comments of Dmitry Chukhlyaev

Similar problem in safari (verison in console) ![image](https://github.com/i18next/react-i18next/assets/46008279/58f59a32-0654-4a74-a926-63b5408fb656) 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...