i18next/i18next-parser

Typing issue after upgrade, nothing in migration, neither in doc

Hideman85 opened this issue · 2 comments

Error:
image

Expected: https://github.com/i18next/i18next-parser#jsx

{
  // JsxLexer default config (jsx)
  // JsxLexer can take all the options of the JavascriptLexer plus the following
  jsx: [{
    lexer: 'JsxLexer',
    attr: 'i18nKey', // Attribute for the keys
    componentFunctions: ['Trans'], // Array of components to match
  }],
}

Additional note: I cannot find anything named componentFunctions in the dist/index.d.ts file.

Can you please make a PR?