using the react-i18next example I guess a type mismatch
Hey everyone, I just started integrating translations into our application and noticed that the documentation is a little bit off. Here (https://refine.dev/docs/api-reference/core/providers/i18n-provider/#creating-the-i18n-provider) in the docs it says that we should do the following:
But this leads to a type mismatch between the I18nProdiver (from @refinedev/core) and the
I guess I'm not the only one getting that error. Maybe there is a common work-around already?
But this leads to a type mismatch between the I18nProdiver (from @refinedev/core) and the
t function from react-i18next:I guess I'm not the only one getting that error. Maybe there is a common work-around already?
