-
Notifications
You must be signed in to change notification settings - Fork 187
Description
Description
In Fuselage, when running Storybook with version ~9.0.9, the Colors
and Layout
components under the LAYOUT
section are not visible. These components display correctly when using Storybook version ~8.6.12.
Steps to Reproduce
- Navigate to the
packages/fuselage
directory. - Run
yarn install
. - Start Storybook with
yarn storybook
. - In the Storybook UI, go to the
LAYOUT
section. - Select the
Box
component. - Observe the sub-stories:
a. Click onColors
.
b. Click onLayout
.
Expected Behavior
The Colors
and Layout
stories should render and display visual content as they did in Storybook v8.
Actual Behavior
In Storybook v9, the Colors
and Layout
stories are rendered but show no visible content.
note - #### LAYOUT/Box/Layout/opacity and text align are rendered
screen shots
LAYOUT/Box/Colors
LAYOUT/Box/Layout
Video
fuselage with Storybook v8 (Expected Behavior)
fuselage with Storybook v9 (Current Behavior)
Metadata
Metadata
Assignees
Labels
No labels