Skip to content

Commit 71a9436

Browse files
committed
hotfix: displayname 강제 지정
1 parent 79204b5 commit 71a9436

File tree

1 file changed

+2
-0
lines changed
  • src/app/(auth-required)/main/components/Section

1 file changed

+2
-0
lines changed

src/app/(auth-required)/main/components/Section/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,5 @@ export const Section = forwardRef<HTMLElement, PostType>((p, ref) => {
7575
</section>
7676
);
7777
});
78+
79+
Section.displayName = 'Section';

0 commit comments

Comments
 (0)