diff --git a/src/TransWithoutContext.js b/src/TransWithoutContext.js index c10b57443..877a2d1e3 100644 --- a/src/TransWithoutContext.js +++ b/src/TransWithoutContext.js @@ -369,7 +369,7 @@ export function Trans({ ) return; - // eslint-disable-next-line react/no-unstable-nested-components, no-inner-declarations + // eslint-disable-next-line react/no-unstable-nested-components function Componentized() { // <>{comp} return createElement(Fragment, null, comp);