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
I encountered an error when attempting to compose an external Storybook into a new Storybook project. To verify that the issue wasn’t with my code, I set up a brand new Storybook and tried to compose another Storybook into it that I know is correct. This also failed with the same error, indicating that the problem lies within Storybook JS itself.
2. Configure Storybook to compose an external Storybook:
module.exports={stories: [],refs: {'external-storybook': {title: 'External Storybook',url: 'https://external-storybook-url.com',// Replace with the URL of the known working Storybook},},};
3. Run Storybook and navigate to a composed Story
Navigate to a composed Story within Storybook
Resize the screen to 500px wide
Notice the content disappear
This doesn't happen when the Storybook is out of composition and referenced directly. It only happens under composition.
Describe the bug
I encountered an error when attempting to compose an external Storybook into a new Storybook project. To verify that the issue wasn’t with my code, I set up a brand new Storybook and tried to compose another Storybook into it that I know is correct. This also failed with the same error, indicating that the problem lies within Storybook JS itself.
Reproduction link
https://stackblitz.com/edit/github-y9vne8?file=.storybook/main.js&preset=node
Reproduction steps
1. Setup a new Storybook Project
2. Configure Storybook to compose an external Storybook:
3. Run Storybook and navigate to a composed Story
This doesn't happen when the Storybook is out of composition and referenced directly. It only happens under composition.
System
Additional context
The exact errors are:
The text was updated successfully, but these errors were encountered: