You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Okay, here is my provider in custom component, where i get the error
here is setup i18n exactly as in the documentation
en keys
ru keys
usually error occurred in the hook "useTranslateBase"
or in the I18NProvider
Seems like with current API and parameters inferring that the library has, it's not possible to fix this issue. It most likely will require some changes not only in typings, but the API itself also.
I'll rollback latest inferring improvements and will try to come up with a better solution to this problem.
I just reverted inferParameterTypes option so that we avoid recursive type checking for now. Will try to think of a better solution, but for now no parameters inferring.
hello faced with such a problem with my nextjs13 project and experimental app directory.
The text was updated successfully, but these errors were encountered: