storybookjs / addon-designs

A Storybook addon that embeds Figma, websites, or images in the addon panel.
https://storybookjs.github.io/addon-designs
MIT License
870 stars 73 forks source link

Design tab not available @storybook/vue3": "^6.5.6 with storybook-addon-designs": "^6.3.1 #168

Closed lexguru1 closed 2 years ago

lexguru1 commented 2 years ago

Affected design types

Describe the bug

Hi all,

I have "@storybook/vue3": "^6.5.6" installed and now i npm'd "storybook-addon-designs": "^6.3.1". I have registered this addon in .storybook/main.js, imported { withDesign } in the story, added the decorators: [with design] and parameters to the export default but the Design tab is not appearing in my browser. I have tried incognito mode also. Do you have any suggestions on why is this not working for me?

Later edit: tried following setup also - "@storybook/vue3": "^6.5.10" with "storybook-addon-designs": "^7.0.0-alpha.2".

Best, Alex

How to reproduce the bug?

"@storybook/vue3": "^6.5.6" installed and now i npm'd "storybook-addon-designs": "^6.3.1". I have registered this addon in .storybook/main.js, imported { withDesign } in the story, added the decorators: [with design] and parameters to the export default but the Design tab is not appearing in my browser.

Expected behaviour

Design tab available

Environment

Affected versions

@storybook/vue3": "^6.5.6

Storybook versions

storybook-addon-designs": "^7.0.0-alpha.2"

MineDrum commented 1 year ago

I'm having the same issue, how did you fix it?

lexguru1 commented 1 year ago

I'm having the same issue, how did you fix it?

Hey, just restart storybook after you add the options. The design tab will appear :)