styled component error1 __emotion_styles undefined 문제 해결 Styled Component 사용 시, 순환 참조로 인한 문제 해결문제 상황MUI와 Emotion을 함께 사용할 때 Styled Component가 순환 참조가 있는 경우, 다음과 같은 오류가 발생:Uncaught TypeError: Cannot read properties of undefined (reading '__emotion_styles')관련 이슈styled-components Issue #1449styled-components와 비슷한 문제가 Emotion에서도 발생순환 참조로 인해 스타일 정보가 undefined가 되는 현상 보고원인 분석순환 참조(Circular Dependency)컴포넌트 간의 상호 참조로 인해 JavaScript의 모듈 로딩 시점에 문제 발생index.ts를 통한 재내.. 2024. 11. 22. 이전 1 다음