-
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…
-
## The case for Storybook
Storybook has come a long way since I last used it. I think it will be useful for us going forward for these reasons:
1. We can develop components independently of thei…
-
### 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…
-
**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…
-
Storywright relies on the deprecated `__STORYBOOK_CLIENT_API__?.raw()` to get a list of stories. In Storybook 8 this already deprecated API was removed. Rather than throwing, Storywright just silently…
-
### Describe the bug
I have a simple vue button component, and the props type is imported from another type
example component:
![Image](https://github.com/user-attachments/assets/60e48020-f8c6-4c96-…
-
### Latest version
- [X] I have tested the latest version
### Description
Dark mode for time in experimental time Date picker has different color treatment than the date input, is this expected?
A…
-
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
`…
-
I have recently been doing intense profiling of the slider ticks generation and found it to be impossible to do properly inside Storybook because of an infinite loop that stems most likely [from an is…
-
### Describe the bug
I think this is an issue with discriminated unions in TypeScript, but there's a variant of that in this project.
# The Issue
Something's up with `StoryObj` types after upgradin…