react-i18next v9.0.0 Release Notes

    • 👍 allow defining transEmptyNodeValue in i18next.options.react to set a default fallback value for empty nodes to allow i18next fallback flow 462
    • Warn if i18next instance is a promise 652
    • 🗄 keeping legacy names (no deprecation on them as this will be last version using those -> v10 will be based on hooks)

    💥 BREAKING

    • 🚚 out of licensing reasons the ponyfill for react-context had to be removed 635

    Using react >= 16.3.0 will be save - in other cases you will need to polyfill react.createContext yourself!!