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) => {
}
);
could this be closed?
vue.esm.js?efeb:1729 [Violation] 'message' handler took 180ms
Most helpful comment
could this be closed?