-
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
feat!: ErrorScreen の footer
props を omit する
#4714
Conversation
@@ -24,7 +24,7 @@ type Props = { | |||
}> | |||
/** 表示するコンテンツ */ | |||
children?: ReactNode | |||
/** フッター */ | |||
/** @deprecated フッター指定は非推奨です。リンクの表示が必要な場合は links を使用してください。 */ |
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.
使われていないのなら非推奨化じゃなくて即削除しちゃっても良いかなと思いましたがどうでしょう?
逆に、残すのであれば非推奨であろうと Storybook で確認できてほしい気がしました。
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.
コメントは入れましたが、非推奨化するってチケットは満たせているので Approve!
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.
使ってないのであれば deprecated 挟まず、消しちゃって良さそう!
@s-sasaki-0529 @uknmr |
footer
props を deprecated にするfooter
props を omit する
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.
👍 PR 本文にまだ 非推奨
が残ってるのでそこも修正して頂けると!
footer
props を omit するfooter
props を omit する
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.
PR 本文の「非推奨にしたい」を「消したい」に変えました。
feat:
→ feat!:
に変えました。
Related URL
Overview
footer
props を消したいfull
の意味がわかりにくい(おそらく props 全部指定?)のでall
に変更したいwithout children
/with footer
の Storybook をトルツメしたいWhat I did
footer
props を消したfull
の意味がわかりにくい(おそらく props 全部指定?)のでall
に変更したwithout children
/with footer
の Storybook をトルツメしたall
の内容が実装例に寄りすぎていたので無味無臭なものにしたCapture