Shun Miyazawa 3 лет назад
Родитель
Сommit
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>
     </div>
   );
   );
 });
 });
+LsxSubstance.displayName = 'LsxSubstance';
 
 
 const LsxDisabled = React.memo((): JSX.Element => {
 const LsxDisabled = React.memo((): JSX.Element => {
   return (
   return (