From 604b5af7390720e3c91c1486e49de6d14862af12 Mon Sep 17 00:00:00 2001 From: Sem Bauke <46919888+Sembauke@users.noreply.github.com> Date: Fri, 26 Feb 2021 06:47:09 +0100 Subject: [PATCH] fix(client): react-i18next old method warning (#41248) --- client/i18n/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/i18n/config.js b/client/i18n/config.js index 1b603e5ebf..89b0fd18a1 100644 --- a/client/i18n/config.js +++ b/client/i18n/config.js @@ -33,7 +33,7 @@ i18n.use(initReactI18next).init({ escapeValue: false }, react: { - wait: true + useSuspense: true } });