The component styled.section with the id of "xxx" has been created dynamically.
styled-component를 사용할 때 가끔 만나는 오류이다.
styled 를 component 안에서 만들어서 생긴 문제.
컴포넌트 밖으로 빼면 해결된다.
아래와 같이 MainProducts 안에 있던 styled 코드를 밖으로 빼줬다.
'SW공부 > Error Note' 카테고리의 다른 글
[Error Note] typescript에서 set state를 props로 보내는 방법 (0) | 2023.06.18 |
---|---|
[Error Note] typescript props 전달시 IntrinsicAttributes 에러 (0) | 2023.06.18 |
[Error Note] Expected an assignment or function call and instead saw an expression (0) | 2023.05.29 |
[Error Note] 리액트에서 이미지가 보이지 않는 문제 (0) | 2023.05.29 |
[Error Note] React component names must start with an uppercase letter (0) | 2023.04.19 |