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
With the upgrade to 23.7.6 we started seeing type-errors that have not been there before. Namely, that the default i18n type is not compatible to what react-i18next wants. I'm unsure whether this is a react-i18next or i18next bug. I'll start here, because it appeared with a i18next update and not a react-i18next update 🤷🏻
Correct. Because we're also using remix and remix-utils. I've added a @ts-expect-error to the return, which makes the function not complain about the return value. That "solves" it for me. Maybe the types get sorted in the future :)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
🐛 Bug Report
With the upgrade to 23.7.6 we started seeing type-errors that have not been there before. Namely, that the default
i18n
type is not compatible to whatreact-i18next
wants. I'm unsure whether this is areact-i18next
ori18next
bug. I'll start here, because it appeared with ai18next
update and not areact-i18next
update 🤷🏻To Reproduce
A minimal reproducible example.
You need to run the repl to get the proper type-error output
The text was updated successfully, but these errors were encountered: