We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
guess we need to polyfill it to stay backwards compatible with older versions and preact
possible polyfill: https://github.com/jamiebuilds/create-react-context
or completely remove the context stuff in favour of setting the build in i18nInstance using the reactI18nextModule https://react.i18next.com/components/i18next-instance.html#i18next-instance
or the setDefaults in our own global state: https://github.com/i18next/react-i18next/blob/master/src/context.js
The text was updated successfully, but these errors were encountered:
FYI: polyfills
https://github.com/jamiebuilds/create-react-context https://github.com/reactjs/react-lifecycles-compat https://github.com/soupaJ/create-react-ref
Sorry, something went wrong.
using https://github.com/jamiebuilds/create-react-context this was done in [email protected]
No branches or pull requests
guess we need to polyfill it to stay backwards compatible with older versions and preact
possible polyfill: https://github.com/jamiebuilds/create-react-context
or completely remove the context stuff in favour of setting the build in i18nInstance using the reactI18nextModule https://react.i18next.com/components/i18next-instance.html#i18next-instance
or the setDefaults in our own global state: https://github.com/i18next/react-i18next/blob/master/src/context.js
The text was updated successfully, but these errors were encountered: