Adriano Raiano
Adriano Raiano
Our documentation is the online documentation... we usually don't document in the type definition files, since i18next is a JavaScript and not a TypeScript project... but if you want, you...
Please provide a minimal reproducible example repository.
Try `transWrapTextNodes: 'p'` But maybe you mean `defaultTransParent: 'p'`
That's a TypeScript limitation... Try one of the alternatives: ```tsx Ticket type “{{ticketType}}” not supported ``` ```tsx ```
Please provide a minimal reproducible example repository.
it's just a "warning"... if you like you can try to provide a PR that adds a key for the components, somewhere here: https://github.com/i18next/react-i18next/blob/master/src/TransWithoutContext.js#L365
Maybe better like this? ```js Object.keys(components).forEach((c, i) => { if (!components[c].key) components[c] = cloneElement(components[c], { key: i }); const comp = components[c]; ```
yes, that is also ok... but since the components can be defined as object or as array, I was thinking to streamline this to ensure it's always the index
> Hi @adrai - thanks for putting this together! From first glance it looks like a very complex but useful integration. Can you please update your branch with the latest...
@addisonschultz is there anything I can do to make the "Check integrations" green?