-
Notifications
You must be signed in to change notification settings - Fork 38
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
fix: move SetThemeScript and themeHelper from styled to react #701
base: main
Are you sure you want to change the base?
fix: move SetThemeScript and themeHelper from styled to react #701
Conversation
@@ -44,6 +45,7 @@ | |||
"warning": "^4.0.3" | |||
}, | |||
"peerDependencies": { | |||
"@charcoal-ui/react": "^4.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.
ここバージョンアップで更新されるかやや不安
Visit the preview URL for this PR (updated for commit f7f5a23): https://pixiv-charcoal-web--pr701-fix-move-setthemescr-xzpp5o7e.web.app (expires Wed, 26 Feb 2025 09:03:22 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 314b26d3adca98a761c7e4d9922ebb206ff024a0 |
Size Change: +1.45 kB (+0.26%) Total Size: 554 kB
ℹ️ View Unchanged
|
@@ -12,7 +12,7 @@ | |||
"storybook:experimental-vite": "USE_VITE=1 storybook dev -p 6006", | |||
"storybook:build": "storybook build", | |||
"storybook:build-vite": "USE_VITE=1 storybook build", | |||
"build": "yarn workspaces foreach -vpt -j unlimited run build", | |||
"build": "yarn workspaces foreach -vp --topological-dev -j unlimited run build", |
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.
これによってtextfield--prefixのsnapshotにiconが表示さるように治った
expect(icon).toBeInstanceOf(PixivIcon) | ||
expect(icon.constructor.name).toBe('PixivIcon') |
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.
やったこと
動作確認環境
チェックリスト
不要なチェック項目は消して構いません