React i18next Typescript error using t(‘key’) always need to specify namespace
???? Bug Report After following exactly the document provided here to type correclty my translation key, i hope to use t(‘key’) with a fully typed on my translation function But on my simple stackblitz example, i always need to prefix my key with namespace , even if i import it correctly in useTranslation(‘ns1’) To Reproduce […]