Yuki Takei 3 лет назад
Родитель
Сommit
f17e7c3801
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      packages/plugin-lsx/src/components/LsxPageList/LsxPage.tsx

+ 1 - 0
packages/plugin-lsx/src/components/LsxPageList/LsxPage.tsx

@@ -93,3 +93,4 @@ export const LsxPage = React.memo((props: Props): JSX.Element => {
   );
 
 });
+LsxPage.displayName = 'LsxPage';