You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When changing any of the controls in the Callout component's Storybook, the preview does not change. This impacts both the Button and BCGov themes. the BCGOV theme. To fix:
in the Story file, add to content to args and spread the args in the Callout component (see Button Callout for an example)
more?
How to reproduce
Access the deployed Storybook or run locally with yarn storybook:<theme>.
Navigate to the Callout component.
Change the Size and/or Content control(s).
Observe the preview.
Expected behavior
The preview should change to reflect the changes made in the controls.
Additional context
The displayed text in the preview is passed through as a child.
The text was updated successfully, but these errors were encountered:
Specifications
@button-inc/component-library 1.0.3
Describe the bug
When changing any of the controls in the Callout component's Storybook, the preview does not change. This impacts
both the Button and BCGov themes.the BCGOV theme. To fix:content
toargs
and spread theargs
in theCallout
component (see Button Callout for an example)How to reproduce
yarn storybook:<theme>
.Expected behavior
The preview should change to reflect the changes made in the controls.
Additional context
The displayed text in the preview is passed through as a
child
.The text was updated successfully, but these errors were encountered: