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
Describe the bug
Downstream in my app, since the types were brought in-repo - I now have typescript problems related to i18next/react-i18next. This may be a local problem, or one with the repo, but without tests in the repo I have no certainty.
Tests were used in the @types/react-i18next but never brought here e.g. react-i18next-tests.tsx
Occurs in react-i18next version
react-i18next ^9.0.0
i18next ^13.1.0
TL;DR
I'm working on a PR with typescript usage tests that will yield some certainty that types will work as represented by examples. With that in place, it will give me confidence and I can focus on potential userland errors in my environment.
The text was updated successfully, but these errors were encountered:
Describe the bug
Downstream in my app, since the types were brought in-repo - I now have typescript problems related to i18next/react-i18next. This may be a local problem, or one with the repo, but without tests in the repo I have no certainty.
Tests were used in the @types/react-i18next but never brought here e.g.
react-i18next-tests.tsx
Occurs in react-i18next version
react-i18next ^9.0.0
i18next ^13.1.0
TL;DR
I'm working on a PR with typescript usage tests that will yield some certainty that types will work as represented by examples. With that in place, it will give me confidence and I can focus on potential userland errors in my environment.
The text was updated successfully, but these errors were encountered: