Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skratchdot/storybook-7-issue
a reproduction of a potential storybook v7 issue
https://github.com/skratchdot/storybook-7-issue
Last synced: about 1 month ago
JSON representation
a reproduction of a potential storybook v7 issue
- Host: GitHub
- URL: https://github.com/skratchdot/storybook-7-issue
- Owner: skratchdot
- Created: 2022-12-18T17:02:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T14:01:33.000Z (about 2 years ago)
- Last Synced: 2024-10-19T00:24:35.071Z (3 months ago)
- Language: TypeScript
- Size: 5 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Storybook Issue 20321
For more information, see:
[[Bug]: v7/csf3 stories are not recognized when functions generate the csf format](https://github.com/storybookjs/storybook/issues/20321)This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app) via:
```
npx sb@next repro
```with the following choices:
```
✔ 🌈 Select the repro renderer › react
✔ 📝 Select the repro base template › cra_typescript
```then i added a new component with 2 stories that should work:
- src/components/story-testy.tsx
- src/components/story-testy-one.stories.tsx
- src/components/story-testy-two.stories.tsx