Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

willwill96/Storybook8CompositionRepro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storybook 8 Composition Repro

This repo is a reproduction of the issue described here.

This repo contains four boilerplate storybook apps where the one in storybook-1/ serves as a main storybook that references the other three storybook apps.

All of these apps were generated with the following command, selecting react & vite as the framework.

npx storybook@next init

Instructions to Reproduce Error

  1. Build and start app
docker build -t storybook8compositionrepro .

docker run -p 3003:3003 storybook8compositionrepro

Navigate to http://localhost:3003/main-storybook & note that only two composed storybooks ever load on the page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published