Adriano Raiano

Results 751 comments of Adriano Raiano

please provide a minimal reproducible example project

@AndreyTheWeb please try to create a minimal reproducible example and create a new issue... @marcalexiei will for sure have a look at it if he has all information and a...

is this really necessary? `initImmediate` exists since v1.... what do you think @jamuhl ?

fyi: https://github.com/i18next/i18next/pull/2259

https://www.i18next.com/misc/migration-guide#v23.x.x-to-v24.0.0

Please provide a minimal reproducible example repository, not just code snippets.

Your response data is wrong. You need to return only the corresponding translations for an individual namespace and language: Only: `data: { 'K1': "Yes" }`

i18next is responsible for loading the appropriate language and namespace... your custom request method, only needs to return the corresponding languagenamespace data...

The TypeScript checks works also with v4. Not all developers use a code editor with intellisense... But yes, feel free to suggest a PR with changes to address this. btw:...