react-i18next has Typescript error?

Hi there! I found a small typescript issues with react-i18next integration on this page - https://docs.plasmic.app/learn/localization-frameworks/. Seems like PlasmicTranslator returns an object with multiple components which is not valid for <Trans i18nKey={key} components={opts.components} />

Hi @fantastic_fowl, what version of react-i18next are you using?

It should be possible to pass in multiple components: https://react.i18next.com/latest/trans-component#alternative-usage-which-lists-the-components-v11.6.0

Hi @yang, sorry, you are right. The version is 11.18.6, I just have some type mismatches there. I’m using as for now :slightly_smiling_face: