fix(client): react-i18next old method warning (#41248)

This commit is contained in:
Sem Bauke
2021-02-26 06:47:09 +01:00
committed by GitHub
parent b5f4754e2a
commit 604b5af739

View File

@@ -33,7 +33,7 @@ i18n.use(initReactI18next).init({
escapeValue: false
},
react: {
wait: true
useSuspense: true
}
});