diff --git a/src/TransWithoutContext.js b/src/TransWithoutContext.js index 03f6344f..09a1b0b0 100644 --- a/src/TransWithoutContext.js +++ b/src/TransWithoutContext.js @@ -324,7 +324,7 @@ const fixComponentProps = (component, index, translation) => { return createElement(Fragment, null, comp); } // - return createElement(Componentized); + return createElement(Componentized, { key: componentKey }); }; const generateArrayComponents = (components, translation) =>