-
Notifications
You must be signed in to change notification settings - Fork 141
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
docs(DatePicker): Story を見直し #5081
Conversation
commit: |
parameters: { | ||
chromatic: { forcedColors: 'active' }, | ||
}, | ||
} |
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.
DatePicker の VRT はカレンダーをそれぞれ開かなきゃならない都合もあるので、pict とは別に現行の VRT を概ね踏襲してます。
packages/smarthr-ui/src/components/DatePicker/stories/VRTDatePicker.stories.tsx
Outdated
Show resolved
Hide resolved
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.
よさそうだったんですが、最新のビルドで Chromatic がエラーを吐いていました。
https://react.dev/errors/130?invariant=130&args%5B%5D=undefined&args%5B%5D=
むむむ…。 main 取り込んだりして再実行促しときます。 |
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.
LGTM~
関連URL
概要
#4949 の方針に沿って、DatePicker の Story を見直しました。
変更内容
確認方法
Storybook や Chromatic で確認してください。