Skip to content

Commit

Permalink
allow custom react options for react-i18next
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai authored Aug 6, 2022
1 parent 90e6e9b commit 8c67a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugin/wrapPageElement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ export const wrapPageElement = (
defaultNS,
fallbackNS,
react: {
...i18nextOptions.react,
useSuspense: false
}
});
Expand Down

0 comments on commit 8c67a4b

Please sign in to comment.