Answers for "i18n turn off suspense react"

1

i18n turn off suspense react

i18n
  .use(XHR)
  .use(LanguageDetector)
  .init({
    react: { 
      useSuspense: false //   <---- this will do the magic
    }
});
Posted by: Guest on April-23-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language