Yuki Takei пре 3 година
родитељ
комит
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';