Skip to content

Commit

Permalink
fix: I18n fobid react-useSuspense
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerwin-L committed May 16, 2022
1 parent 8a3a09b commit dce6bf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/lb-utils/src/i18n/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ if(!i18n.language){
interpolation: {
escapeValue: false,
},
react: {
useSuspense: false // <---- this will do the magic
}
});
}

Expand Down

0 comments on commit dce6bf0

Please sign in to comment.