-
**What is the problem?**
when i try to install this addon in story book i get
`
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! Found: react@18.2.…
-
It is now required to use new addons api in Storybook v7 – https://storybook.js.org/docs/react/addons/addons-api#addonsgetchannel
The events code won't work with Storybook 7.x:
```tsx
import ad…
-
Running `@storybook/addon-react-native-web` via `"storybook:web": "storybook dev -p 6006 -c .storybook-web"` and `"build-storybook": "storybook --debug-webpack build -c .storybook-web"`. Getting error…
-
### Describe the bug
On a project using `@emotion/react` and `@emotion/styling`, I'm seeing the warning "You are loading @emotion/react when it is already loaded. Running multiple instances may cause…
-
### Describe the bug
Intstumented functions always bubble up errors to interactions panel. But in play function I can handle error. After that code will continue to run and all interations will be do…
-
### Problem
TypeScript won't get upgraded to v5 because of [this bug with storybook](https://github.com/storybookjs/storybook/issues/21642). And all of storybook addons won't be upgraded to v7. The…
-
**Describe the bug**
Follow-up to #18402, specifically for React versions before 18. Switching from v6.4 to v6.5 with Webpack 5, I now get the following error upon building Storybook:
```
ERR! …
-
![image](https://user-images.githubusercontent.com/5615409/205199139-c44bb80e-d55b-4710-b3bb-4c18c5517586.png)
----
"@storybook/addon-essentials": "6.5.13",
"@storybook/addon-links": "6…
-
### Is your feature request related to a problem? Please describe
When configuring storybook addons, a lot of the control options exist in the parameters property. For example, parameters.actions.arg…
-
### What's not working?
If you update an existing Redwood project that was already using Storybook to Canary, and then try to start Storybook, you'll get this:
### How do we reproduce the bu…