상세 컨텐츠

본문 제목

styled-compoenets_ Prop `className` did not match.

Error

by 비오스터딩 2020. 12. 9. 15:20

본문

styled_components 관련 에러.

콘솔창에 에러가 뜨면서 화면이 스타일대로 출력되지 않는다.

 

 

해결방법은 바벨플러그인 설치 및 설정추가.

루트디렉토리에 .babelrc 파일 생성 후 설정.

$ npm i babel-plugin-styled-components

// .babelrc 설정
{
  "presets": ["next/babel"],
  "plugins": ["babel-plugin-styled-components"]
}

 

 

참고
https://velog.io/@hwang-eunji/Styled-components-nextjs%EC%97%90%EC%84%9C-className-%EC%98%A4%EB%A5%98
반응형

관련글 더보기

댓글 영역