HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🧚
[1기]최종 프로젝트 데브코스
/
🏄‍♂️
[팀8] 어푸(Ah puh) - Surf
/
🔫
Trouble shooting
/
Storybook 에러

Storybook 에러

WHO
STATUS
solved
WHEN
Dec 5, 2021

👿 Problem

Cannot read properties of undefined (reading 'displayName')

😇 Solution

Cannot read property 'displayName' of undefined
컴포넌트 import 할 때
export default가 아닌 그냥 export const ~로 되어있는 애를
import Dropdown from ~으로 작성해서 발생한 오류,,,
import { Dropdown } from ~으로 작성하니깐 바로 해결됨 ㅎㅎ,,,