-
Hi, not sure if it's exactly rsbuild issue, but for me when I save one file it recompiles all of them, considering 55 packages it's quite some time. I tried the Vite plugin for the storybook, and it o…
-
## Description
When trying to run Storybook in the `sns-shared-ui` package of our monorepo project, I'm encountering multiple resolution errors. It seems that several Storybook addons are not being…
-
### 这个功能解决了什么问题?
目前插件自带的版本是 v7,使用路由(react-router)默认是 v6,但目前 storybook-addon-react-router-v6 是绑定 v8 的。
### 你期望的 API 是什么样子的?
参考:https://storybook.js.org/addons/storybook-addon-react-router-v6
-
### Describe the bug
Whenever I add `@storybook/addon-react-native-web` package to addons array, @storybook/test package stops working.
When I comment out or remove @storybook/addon-react-native-w…
-
With Storybook 8 coming soon, we’ve created [an addon migration guide](https://storybook.js.org/docs/8.0/addons/addon-migration-guide) to summarize the important changes for addon creators. Please not…
-
I am getting the following error when I do `nx build-storybook @my-project-name`:
```
ERR! => Failed to build the preview
ERR! Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
…
-
I use the sass react component in storybook. Everything works fine with storybook-addon-pseudo-states.
But after manual edit the webpack finals process. The state display broken..
I just replac…
-
### Describe the bug
I'm using `storybook-dark-mode` to toggle my stories between light and dark mode.
It works in stories, but the theme in the autodocs are not updated automatically.
To addre…
-
### Describe the bug
I use react-svg to load svg icon from public folder. When I run project, the svg icon will be showed normally. But when I run storybook. Svg Icon cannot load on storybook.
I wil…
-
I'm using the following config:
```
- node/install-packages:
app-dir: code
cache-version: 4.1.1
pkg-manager: yarn-berry
```
But it seems like only these …