We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
styled-components => emotion으로 옮기는 도중, emotion을 위한 태그의 css prop이 먹히지 않음 확인
styled-components
emotion
The text was updated successfully, but these errors were encountered:
로컬 환경에서의 테스트는 성공했지만, vercel 배포 시 여전히 에러 발생함
Property 'css' does not exist on type 'DetailedHTMLProps<InputHTMLAttributes, HTMLInputElement>'.
Sorry, something went wrong.
emotion-js/emotion#1249 (comment)로 해결 완료!
해결완료인줄 알았지만, tag의 css props로 적용할 경우 적용되지 않는 현상 발견
이유는 .babelrc설정 때문이었는데, plugins에 ["styled-components", { "ssr": true, "displayName": true }]를 삭제했더니 해결.
.babelrc
plugins
["styled-components", { "ssr": true, "displayName": true }]
styled-components => emotion으로 이전 도중 충돌이 있던 것으로 생각됨
Merge pull request #10 from leon-dunamu/feature/refactor-main-link
41e549f
feat: 메인 학교 링크들 추가
No branches or pull requests
styled-components
=>emotion
으로 옮기는 도중, emotion을 위한 태그의 css prop이 먹히지 않음 확인The text was updated successfully, but these errors were encountered: