소스 검색

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 (