-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Addon tab not shown in Storybook 7.0.0-alpha.46 #172
Comments
You're right. That file didn't get the update in #160... This should be an easy fix.
Yes, the addon is working okay when logs from |
Ok great. I've added a PR. |
Fixed by #173. |
facing this issue in version "storybook-addon-designs": "7.0.0-alpha.3", UPD: my bad. Fix was introduced in PR above. |
Affected design types
Describe the bug
I'm still having this issue in
Storybook 7.0.0-alpha.46
andstorybook-addon-designs 7.0.0-beta.0
.If I update the addons import in
src/register/index.tsx
like so:The problem goes away, and now the tab appears in Storybook, but then I get other issues:
Strangely, if I find the iframe src and view it in a new tab it shows up. Maybe that's a separate issue with Figma and localhost permissions.
How to reproduce the bug?
See this issue.
Note that I'm using
@storybook/react-vite
framework:Expected behaviour
To show the design tab.
Environment
Affected versions
7.0.0-beta.0
Storybook versions
7.0.0-alpha.46
The text was updated successfully, but these errors were encountered: