-
Notifications
You must be signed in to change notification settings - Fork 47
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
Revert babel-styled-components plugin #1100
Conversation
🦋 Changeset detectedLatest commit: 8471eb0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
이거 없애는 이유가 뭔가요?~ |
@aooen SSR 환경에서 hydration 에러를 발생시키는 오류가 있는것으로 보입니다 |
Chromatic Report🚀 Congratulations! Your build was successful! |
Codecov ReportBase: 72.61% // Head: 72.61% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## next-v1 #1100 +/- ##
========================================
Coverage 72.61% 72.61%
========================================
Files 237 237
Lines 3137 3137
Branches 853 853
========================================
Hits 2278 2278
Misses 728 728
Partials 131 131 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Rollup 설정도 원복해야할 거 같습니다~! |
Revert한 뒤에 PR 다시 작성하겠습니다..! |
styled-components/babel-plugin-styled-components#351 (comment) |
Self Checklist
CODEOWNERS
file.Summary
This reverts commit 650d31b. (babel.config.js)
Details
This setting causes a hydration error during the server-side rendering process. So we have to revert.