-
Notifications
You must be signed in to change notification settings - Fork 793
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 broken storybook example url's in UI-Shell, CheckBox #4292
fix broken storybook example url's in UI-Shell, CheckBox #4292
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
🎉
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.
Hi Nikhil! Thanks for fixing the broken links.
I just had a quick question—was there a reason behind not adding the respective component’s React overview page link? For example, for the checkbox, the updated link could be this: Checkbox React overview.
Kritiv, |
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.
I observed most of the component's react storybook examples are linked to there default variants
Got it, Nikhil! Thanks for confirming. LGTM 🚀
As a side note, I’ve noticed there are a few more components where the React link in the Code tab is broken. I’m not sure if it’s due to a recent change or something else. I’ll create a separate issue for it for now.
Closes #4291
This PR fixes react storybook broken URLs
Changelog
URL's updated
Review
Open deploy preview
Verify react storybook pages open for all variants of
UIShell
andCheckBox
components