satof3 2 anni fa
parent
commit
676975c024
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/remark-lsx/src/client/components/Lsx.tsx

+ 1 - 1
packages/remark-lsx/src/client/components/Lsx.tsx

@@ -124,7 +124,7 @@ const LsxSubstance = React.memo(({
         </div>
       </div>
     );
-  }, [data, setSize]);
+  }, [data, setSize, t]);
 
 
   return (