👿 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 ~으로 작성하니깐 바로 해결됨 ㅎㅎ,,,