React-i18next: [Violation] 'setTimeout' handler took 82ms

Created on 23 Sep 2018  路  3Comments  路  Source: i18next/react-i18next

I keep getting the below console error in Chrome 69 and 70.

i18next.js:138 
[Violation] 'setTimeout' handler took 82ms
const instance = i18n
  .use(XHR)
  .use(LanguageDetector)
  .init(
    {
      react: {
        wait: true
      },
      fallbackLng: 'en',
      debug: false,
      backend: {
        loadPath: 'i18n/{{lng}}.json',
        crossDomain: true
      }
    },
    (err: any, t: any) => {
    }
  );
wontfix

Most helpful comment

could this be closed?

All 3 comments

could this be closed?

vue.esm.js?efeb:1729 [Violation] 'message' handler took 180ms

Was this page helpful?
0 / 5 - 0 ratings