SW공부/Error Note
[Error Note] The component styled.section with the id of "xxx" has been created dynamically.
화난도깨비
2023. 5. 29. 19:55
The component styled.section with the id of "xxx" has been created dynamically.
styled-component를 사용할 때 가끔 만나는 오류이다.
styled 를 component 안에서 만들어서 생긴 문제.
컴포넌트 밖으로 빼면 해결된다.
아래와 같이 MainProducts 안에 있던 styled 코드를 밖으로 빼줬다.