-
Currently, we want to display components in different themes in Storybook, but there is a mismatch between Storybook theming strategy and our current one: in our application we basically inject the se…
-
### Describe the Bug
I want to create a Storybook with react-email components, but I have an issue.
When I import like:
`import { Text } from "@react-email/components"`
I receive this Error
`Sy…
-
Hi, can you update addon to support storybook 7? Peer dependencies require story book 6.5
Thanks
-
**Describe the bug**
After upgrading to storybook v8 and updating metro + running `storybook-generate` the app did not work I got this error
`The package at "node_modules/axios/dist/node/axios.cjs" a…
-
DoD
- Public version of Storybook is available & stable
- Share link in Core dev channel
- Product & BD has ability to explain the components & technology primitives with the help of storybook (T. re…
-
### Describe the bug
Our Storybook build is currently failing with an `vue-docgen-api` error. The error occurs *only* on our CI pipeline (Azure DevOps with a self-hosted Linux agent). Locally (on Win…
-
Currently in the "late alpha" phase according to https://storybook.js.org/blog/first-class-vite-support-in-storybook/.
-
Hey @DarkPurple141! I’m reaching out from the Storybook core team :)
Storybook 8 (our next major release) is coming soon, and it introduces some breaking changes that your addon might need to accou…
-
Getting above error when adding storybook. It is correctly picking up .stories.ts files
![image](https://github.com/user-attachments/assets/f03d333f-1ffd-40bd-b277-c7cf41bced6d)
.storybook/main
`…
-
## Story
```tsx
import type { Meta, StoryObj } from '@storybook/react';
import { IconButton } from '@/components';
import { Badge } from './badge';
const meta = {
title: 'Badges/Badge',
…