From 8c67a4bd3fee33a37fcb2f1db1fc4c8f3c117f85 Mon Sep 17 00:00:00 2001 From: Adriano Raiano Date: Sat, 6 Aug 2022 10:11:10 +0200 Subject: [PATCH] allow custom react options for react-i18next --- src/plugin/wrapPageElement.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugin/wrapPageElement.tsx b/src/plugin/wrapPageElement.tsx index 6f92e38..f3ac53a 100644 --- a/src/plugin/wrapPageElement.tsx +++ b/src/plugin/wrapPageElement.tsx @@ -143,6 +143,7 @@ export const wrapPageElement = ( defaultNS, fallbackNS, react: { + ...i18nextOptions.react, useSuspense: false } });