-
Notifications
You must be signed in to change notification settings - Fork 144
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(Side Panel): storybook controls issue #6500
fix(Side Panel): storybook controls issue #6500
Conversation
✅ Deploy Preview for ibm-products-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-for-ibm-products ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6500 +/- ##
=======================================
Coverage 79.85% 79.85%
=======================================
Files 394 394
Lines 12877 12877
Branches 4258 4258
=======================================
Hits 10283 10283
Misses 2594 2594
|
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.
Good catch. Thank you for fixing this!
19a7536
Closes #6479
Components in stories doesn't update with changed control values
What did you change?
Updated the
side-panel.stories.ts
file to make the changes made in control to reflect in the storiesHow did you test and verify your work?
Storybook