728x90
Error: Component selectors can only be used in conjucntion with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform
❓상황
부모 컴포넌트로부터 props로 넘겨받은 prop을 객체의 key로 사용할 때 발생한 오류
🔎 원인 파악
key로 사용하는 값의 type을 지정해주지 않아서 발생한 문제
✨ 해결 방법
key로 사용한 값의 type을 지정해준다.
'공부 > 오류' 카테고리의 다른 글
오류 | props.children type(ft. react, typescript) (0) | 2022.09.16 |
---|---|
오류 | mySQL load data infile 오류 (0) | 2022.08.23 |
오류 | emotion component selector 오류 (0) | 2022.07.28 |
오류 | Manifest 오류 (0) | 2022.07.25 |
오류 | useInfiniteQuery fetch 오류 (0) | 2022.07.24 |