Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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