Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next.js에서 styled-components 사용 시 발생하는 에러 #1

Closed
doumKim opened this issue Jun 9, 2020 · 1 comment
Closed

Comments

@doumKim
Copy link
Owner

doumKim commented Jun 9, 2020

이슈

"Warning: Prop className did not match."

Next.js에서 styled-components를 사용하면 에러 발생하며 스타일 적용이 안되는 현상 발생.

@doumKim
Copy link
Owner Author

doumKim commented Jun 9, 2020

참고링크

vercel/next.js#4068

babel-plugin-styled-components 설치

npm install --save-dev babel-plugin-styled-components

.babelrc 파일 커스텀

{
	"presets": [["next/babel"]],
	"plugins": [["styled-components", { "ssr": true }]]
}

@doumKim doumKim closed this as completed Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant