-
Notifications
You must be signed in to change notification settings - Fork 48
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
Upgrade to Storybook 8 #2309
Upgrade to Storybook 8 #2309
Conversation
|
Chromatic Report🚀 Congratulations! Your build was successful! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2309 +/- ##
=======================================
Coverage 83.86% 83.86%
=======================================
Files 140 140
Lines 2919 2919
Branches 892 879 -13
=======================================
Hits 2448 2448
Misses 466 466
Partials 5 5 ☔ View full report in Codecov by Sentry. |
@@ -110,6 +110,7 @@ | |||
"rollup-plugin-postcss": "^4.0.2", | |||
"rollup-plugin-visualizer": "^5.12.0", | |||
"sass": "^1.71.1", | |||
"sass-loader": "^14.2.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
addon-styling 에 sass-loader 의존성이 포함되어 있어서 addon-styling를 지우고 addon-styling-webpack만 설치하면 scss 를 읽지 못하는 에러가 뜹니다.
df5e6b6
to
33bb526
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 docgen 에러 고쳐진 거 좋네요
- `npx storybook@latest upgrade`
- Story -> Canvas (it shows code), id -> of, ArgsTables -> ArgTypes - see https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#mdx-related-changes
…on-styling-webpack - @storybook/addon-styling is deprecated - https://github.com/storybookjs/addon-styling/blob/main/MIGRATION.md
33bb526
to
a6bae0a
Compare
Self Checklist
Related Issue
Summary
Details
Breaking change? (Yes/No)
References