Browse Source

Error resolved

satof3 2 năm trước cách đây
mục cha
commit
676975c024
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 (