瀏覽代碼

Add displayName

Shun Miyazawa 3 年之前
父節點
當前提交
9f9027b604
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/remark-lsx/src/components/Lsx.tsx

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

@@ -90,6 +90,7 @@ const LsxSubstance = React.memo(({
     </div>
   );
 });
+LsxSubstance.displayName = 'LsxSubstance';
 
 const LsxDisabled = React.memo((): JSX.Element => {
   return (